pedohorse / lifeblood

task management system
https://pedohorse.github.io/lifeblood/
GNU General Public License v3.0
19 stars 1 forks source link

[node] file pattern generates a syntax error #68

Closed alexwheezy closed 6 months ago

alexwheezy commented 7 months ago

The file pattern node generates an error when attempting to execute on workers.

[SYS][17.03.24 20:22:19] task initialized
[ERR][20:22:19]   File "/tmp/lifeblood_efs_o0nop66h/script.py", line 28
[ERR][20:22:19]     return ProcessingResult()
[ERR][20:22:19]     ^^^^^^^^^^^^^^^^^^^^^^^^^
[ERR][20:22:19] SyntaxError: 'return' outside function
[SYS][17.03.24 20:22:20] task finished

lifeblood build: v0.9.0 OS: Manjaro 23.1.3 Vulcan