Hi,
Checking the logs for the task I set up for my script I see this error:
Traceback (most recent call last): File "/home/gziegler/changedetect/chngdetect.py", line 31, in <module> from pathlib import Path, PosixPath ImportError: No module named pathlib
2017-12-11 21:05:32 -- Completed task, took 13.00 seconds, return code was 1.
BUT if I run the script manually from the console, the script runs with no issues bringing the expected results....
Can anyone tell me what am I missing here?
Thanks!