MatthiasKauer / croncoat

A cron job wrapper with better error email reporting and command timeouts.
8 stars 3 forks source link

Running "croncoat --print-ini" resulted in the following error. #10

Closed mwoolweaver closed 5 years ago

mwoolweaver commented 5 years ago

Installed croncoat via "sudo pip3 install croncoat" and then tried to use "croncoat --print-in" and received the following error:

Traceback (most recent call last): File "/usr/local/bin/croncoat", line 7, in from croncoat.scripts.ccscript import main File "/usr/local/lib/python3.5/dist-packages/croncoat/scripts/ccscript.py", line 17, in from croncoat.cc.cronwrapper import CronWrapper File "/usr/local/lib/python3.5/dist-packages/croncoat/cc/cronwrapper.py", line 62 print CronWrapper._ini_string(scriptname)

Software and hardware used

croncoat version: croncoat-0.4 subprocess32-3.5.3 pip version: pip 9.0.1 from /usr/lib/python3/dist-packages (python 3.5) OS : Raspbian GNU/Linux 9.6 (stretch) Kernel: 4.14.94-v7+ #1193 SMP Tue Jan 22 15:34:30 GMT 2019 armv7l GNU/Linux hardware: raspberry pi 3B

MatthiasKauer commented 5 years ago

Did this resolve itself @mwoolweaver ?

mwoolweaver commented 5 years ago

It was user error. . .