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 bea3273 commit 2599192Copy full SHA for 2599192
simvue/sender.py
@@ -218,4 +218,4 @@ def sender():
218
try:
219
shutil.rmtree(f"{directory}/{id}")
220
except Exception as err:
221
- logger.err('Got exception trying to cleanup run %s: %s', run_init['name'], str(err))
+ logger.error('Got exception trying to cleanup run %s: %s', run_init['name'], str(err))
0 commit comments