Skip to content

Commit

Permalink
Merge pull request #47 from AdriaanRol/enh/load_timeout
Browse files Browse the repository at this point in the history
Added timeout to params to reload
  • Loading branch information
lciorciaro authored Jul 11, 2017
2 parents 64b21aa + e6f07f3 commit 2b3b725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autodepgraph/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def load_graph(self, filename, load_node_state=False):
# that loading and setting parents for all node automatically also
# sets the children for all nodes correctly.
pars_to_update = ['parents', 'check_function',
'calibrate_function']
'calibrate_function', 'calibration_timeout']
if load_node_state:
pars_to_update += ['state']

Expand Down

0 comments on commit 2b3b725

Please sign in to comment.