Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nam
ProxPython
Commits
9f7916cb
Commit
9f7916cb
authored
Mar 25, 2019
by
alexander.dornheim
Browse files
Fixed bug in phase which lead to use of data from old calls
parent
a5ed7d07
Changes
1
Hide whitespace changes
Inline
Side-by-side
proxtoolbox/Problems/Phase/phase.py
View file @
9f7916cb
...
...
@@ -27,7 +27,7 @@ class Phase(Problem):
----------
new_config : dict, optional - Parameters to initialize the problem. If unspecified, the default config is used.
"""
self
.
config
.
update
(
new_config
)
self
.
config
=
new_config
#call data processor, read data
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment