Changeset 3107 for coopr.pysp/trunk/coopr/pysp/ef_writer_script.py
- Timestamp:
- Oct 15, 2010 10:27:03 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
coopr.pysp/trunk/coopr/pysp/ef_writer_script.py
r3104 r3107 256 256 else: 257 257 gc.enable() 258 259 # if an exception is triggered and traceback is enabled, 'ans' won't 260 # have a value and the return statement from this function will flag 261 # an error, masking the stack trace that you really want to see. 262 ans = None 258 263 259 264 if options.profile > 0: … … 307 312 if errmsg is not None: 308 313 print >>sys.stderr, errmsg 309 sys.exit()310 314 311 315 gc.enable()
Note: See TracChangeset
for help on using the changeset viewer.