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