Skip to content

Commit

Permalink
Merge pull request #52 from feenes/dvl/feenes/fix_missed_argument
Browse files Browse the repository at this point in the history
bugfix: fail interval was not dumped properly
  • Loading branch information
feenes authored Jan 4, 2021
2 parents 536f880 + 98b103f commit e87030e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions timon/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ def mk_sched_entry(self, name, t_next=None, interval=None,
name,
t_next=t_next,
interval=interval,
failinterval=failinterval,
schedule=schedule,
)

Expand Down

0 comments on commit e87030e

Please sign in to comment.