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:
print('Catched CommErr; not retrying')
raise e
else:
retry = 0
if runnerConf != {}:
msg = ('Config was not completely consumed: ', runnerConf)