Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Postprocessing scripts throw an exception into the debug log #292

Open
lutsik opened this issue Mar 21, 2024 · 0 comments
Open

Postprocessing scripts throw an exception into the debug log #292

lutsik opened this issue Mar 21, 2024 · 0 comments

Comments

@lutsik
Copy link
Collaborator

lutsik commented Mar 21, 2024

The postprocessing scripts are throwing the following exception in the debug logs:

Traceback (most recent call last):
File "/local/workflux_instance/workflUX/workflux/exec/workflux_bg_exec.py", line 226, in
send_mail(subj, text)
File "/local/workflux_instance/workflUX/workflux/exec/workflux_bg_exec.py", line 72, in send_mail
elif platform_system() != "Linux":
NameError: name 'platform_system' is not defined

This does not seem to affect the success status of the job, but still looks suspicious in the log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant