Skip to content

Commit c954a43

Browse files
committed
Don't do anything else for the current run if creating it fails
1 parent 0a64bcb commit c954a43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

simvue/sender.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ def sender():
119119
create_file(created_file)
120120
else:
121121
logger.error('Failure creating run')
122+
continue
122123

123124
if status == 'running':
124125
# Check for recent heartbeat

0 commit comments

Comments
 (0)