Changeset 1660
- Timestamp:
- 11/17/09 19:56:29 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/alma/python/__init__.py
r1627 r1660 349 349 350 350 # Logging 351 from taskinit import *352 351 from asap._asap import Log as _asaplog 353 352 global asaplog … … 359 358 360 359 def print_log(level='INFO'): 360 from taskinit import casalog 361 361 log = asaplog.pop() 362 362 #if len(log) and rcParams['verbose']: print log
Note:
See TracChangeset
for help on using the changeset viewer.