DOnt retry if there was no error

This commit is contained in:
Dominik Moritz Roth 2024-01-16 15:48:20 +01:00
parent d812469c7c
commit 03d2ab1733

View File

@ -330,6 +330,8 @@ class Slate():
else: else:
print('Catched CommErr; not retrying') print('Catched CommErr; not retrying')
raise e raise e
else:
retry = 0
if runnerConf != {}: if runnerConf != {}:
msg = ('Config was not completely consumed: ', runnerConf) msg = ('Config was not completely consumed: ', runnerConf)