- Timestamp:
- 2011-07-01 09:28:44 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
2011/26/write_report.py
r2387 r2388 37 37 """ 38 38 39 40 def check_requirements(): 41 if not exists("build"): 42 raise Exception("Directory build not found. Run build_games.py first!") 39 43 40 44 def addElement(parent, name): … … 100 104 try: 101 105 while True: 106 check_requirements() 102 107 initialize_report() 103 108 write_results()
Note: See TracChangeset
for help on using the changeset viewer.