We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92fbf8b commit e401680Copy full SHA for e401680
main.py
@@ -110,7 +110,7 @@
110
'please contact Dylan Nielson at [email protected].'
111
)
112
113
- with If(CogBatt_config.RUNNING_FROM_EXECUTABLE):
+ with If(CogBatt_config.RUNNING_FROM_EXECUTABLE and (CogBatt_config.WORKER_ID_SOURCE != 'USER')):
114
# Handles case where retrieval of worker id fails
115
with If(exp.worker_id_dict['status'] == 'error'):
116
error_screen(error='Failed to Retrieve Identifier: ' + exp.worker_id_dict['content'],
0 commit comments