Skip to content

Commit

Permalink
Add missing continue
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Nov 29, 2018
1 parent 35f9666 commit cbf4508
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions process
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ while True:
error_file.write(yaml.safe_dump({
'error': 'Empty config',
}, default_flow_style=False))
continue

if os.path.exists(os.path.join(root_folder, 'error.yaml')) and config.get('mtime') == mtime:
print('On error')
Expand Down

0 comments on commit cbf4508

Please # to comment.