Changeset 1183
- Timestamp:
- 07/31/07 21:18:20 (6 years ago)
- Files:
-
- 1 modified
-
branch/ggpolo/share/scripts/scheduler_control.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branch/ggpolo/share/scripts/scheduler_control.py
r1175 r1183 50 50 # process is running 51 51 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']) 54 54 kill(pid) 55 55 os.remove(running_file)
