workflux / workflUX

An open-source, cloud-ready web application for simplified deployment of big data workflows.
Apache License 2.0
33 stars 8 forks source link

Postprocessing scripts throw an exception into the debug log #292

Open lutsik opened 5 months ago

lutsik commented 5 months ago

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.