Can't set schedule to anything other than manual

Bug #822170 reported by eatloaf
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Time Drive
New
Undecided
Unassigned

Bug Description

On OSX via Port.

Whenever I click OK after changing the schedule method, I get:

Traceback (most recent call last):
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/timedrive/generalsettingsdialog.py", line 332, in btnOk_Pressed
    self.UpdateSettings()
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/timedrive/generalsettingsdialog.py", line 309, in UpdateSettings
    utils.setup_cron( self.ui.comboSchedule.currentIndex())
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/timedrive/utils/__init__.py", line 155, in setup_cron
    cmd = programName + ' > /dev/null 2>&1'
TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
Traceback (most recent call last):
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/timedrive/generalsettingsdialog.py", line 332, in btnOk_Pressed
    self.UpdateSettings()
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/timedrive/generalsettingsdialog.py", line 309, in UpdateSettings
    utils.setup_cron( self.ui.comboSchedule.currentIndex())
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/timedrive/utils/__init__.py", line 155, in setup_cron
    cmd = programName + ' > /dev/null 2>&1'
TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'

Tags: osx
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.