DOnt retry if there was no error
This commit is contained in:
parent
d812469c7c
commit
03d2ab1733
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user