Changeset 7300 for DVD_images/extra_files/GoldCoast/project/setup_model.py
- Timestamp:
- Jul 3, 2009, 4:47:17 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DVD_images/extra_files/GoldCoast/project/setup_model.py
r7205 r7300 77 77 sanity_error = True 78 78 79 # if multi_mux is True, check if multi-mux file exists80 if project.multi_mux:81 if not exists(project.mux_input):82 print ("Sorry, MUX input file '%s' doesn't exist"83 % project.mux_input)84 sanity_error = True85 86 79 #----- 87 80 # If this directory don't exist, EventSelection hasn't been run.
Note: See TracChangeset
for help on using the changeset viewer.