From cbf4508d4cfbee0fcb7f1ddcc475c6c75511c414 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Thu, 29 Nov 2018 19:56:45 +0100 Subject: [PATCH] Add missing continue --- process | 1 + 1 file changed, 1 insertion(+) diff --git a/process b/process index 3348bda0..50bb77b0 100755 --- a/process +++ b/process @@ -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')