Skip to content

Commit

Permalink
More logging
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelRobidas committed May 6, 2024
1 parent d8a7607 commit df7c6ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ def system(

except FileNotFoundError as e:
logger.error(
f'Could not run command "{command}" - executable not found (msg: {str(e)})'
f'Could not run command "{command}" - executable not found (msg: {str(e)}), os.environ is {str(os.environ)}'
)
calc.error_message = f"{command.split()[0]} is not found"
calc.date_finished = timezone.now()
Expand Down

0 comments on commit df7c6ab

Please sign in to comment.