Bug#811548: /usr/bin/crontab in cron-systemd has syntax error

2016-01-19 Thread Alexandre Detiste
Le mardi 19 janvier 2016 19:54:30, vous avez écrit : > Package: systemd-cron > Version: 1.3.1+ds1-2 > > $ sudo crontab -u user cron.txt > Traceback (most recent call last): > > It's simply a matter of changing line 81 to > correct syntax. HI, This has long been fixed upstream. I haven't used

Bug#811548: /usr/bin/crontab in cron-systemd has syntax error

2016-01-19 Thread Stefan Midjich
Package: systemd-cron Version: 1.3.1+ds1-2 $ sudo crontab -u user cron.txt Traceback (most recent call last): File "/usr/bin/crontab", line 94, in action(cron_file, args) File "/usr/bin/crontab", line 81, in replace with open(cron_file, 'w'), open(infile, 'r') as out, inp: NameError: