Changeset 55 for trunk/python/Rappture/interface.py
- Timestamp:
- Sep 9, 2005 10:03:21 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/Rappture/interface.py
r9 r55 44 44 # and interrogating them for symbols. 45 45 # 46 lib = Rappture.library('<?xml version="1.0"?><run></run>') 46 lib = Rappture.library('<?xml version="1.0"?><run><tool>' + 47 '<about>Press Simulate to view results.</about>' + 48 '<command>' +argv[0]+ ' -d @driver</command></tool></run>') 47 49 48 50 for module in args: … … 76 78 representing the entire run. 77 79 """ 78 f = open("run.xml","w") 79 f.write( Rappture.driver.xml() ) 80 f.close() 80 # f = open("run.xml","w") 81 # f.write( Rappture.driver.xml() ) 82 # f.close() 83 84 Rappture.result(Rappture.driver)
Note: See TracChangeset
for help on using the changeset viewer.