Closed diligent-man closed 3 weeks ago
In decorator.py (line 60): func_result = perun.monitor_application(app)
It should be changed into: func_result = func(*args, **kwargs) in order to return the result of monitored function
Best regards.
Thanks for finding that out! Should be fixed now.
In decorator.py (line 60): func_result = perun.monitor_application(app)
It should be changed into: func_result = func(*args, **kwargs) in order to return the result of monitored function
Best regards.