Changeset 1183

Show
Ignore:
Timestamp:
07/31/07 21:18:20 (6 years ago)
Author:
ggpolo
Message:

Update scheduler_control script

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branch/ggpolo/share/scripts/scheduler_control.py

    r1175 r1183  
    5050            # process is running 
    5151            log.debug(">>> Scheduler running, stopping it..") 
    52             process = subprocess.Popen([sys.executable, Scheduler.__file__,  
    53                                         sys.path[0], 'stop']) 
     52            #process = subprocess.Popen([sys.executable, Scheduler.__file__,  
     53            #                            sys.path[0], 'stop']) 
    5454            kill(pid) 
    5555            os.remove(running_file)