Show
Ignore:
Timestamp:
06/05/07 20:20:54 (6 years ago)
Author:
ggpolo
Message:

Merged trunk changes. Scheduler is stopped upon umit finalization (this may be a option later)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branch/ggpolo/umitGUI/MainWindow.py

    r772 r773  
    10081008            UmitDB().cleanup(SearchConfig().converted_save_time) 
    10091009             
     1010            # Stop Scheduler if it is running 
     1011            if os.path.isfile(os.path.split(Path.config_file)[0] + \ 
     1012            "/schedrunning"): 
     1013                subprocess.Popen([sys.executable, Path.sched_control, 'stop']) 
     1014 
    10101015            gtk.main_quit() 
    10111016