Changeset 4212
- Timestamp:
- 02/27/09 23:21:42 (4 years ago)
- Files:
-
- 1 modified
-
trunk/umit_scheduler.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/umit_scheduler.py
r4206 r4212 92 92 93 93 def main(args, verbose=True): 94 schedcontrol = Scheduler.SchedulerControl(RUNNING_FILE, HOME_CONF, 95 verbose, UMITSchedulerWinService, __file__) 94 96 # Quoting paths since they may contain spaces 95 UMITSchedulerWinService._exe_args_ = '"%s" "%s"' % (sys.path[0], HOME_CONF) 97 UMITSchedulerWinService._exe_args_ = '"%s" "%s"' % ( 98 sys.path[0], schedcontrol.home_conf) 96 99 97 schedcontrol = Scheduler.SchedulerControl(RUNNING_FILE, HOME_CONF,98 verbose, UMITSchedulerWinService)99 100 cmds = {"start": schedcontrol.start, 100 101 "stop": schedcontrol.stop,
