Changeset 1860 for trunk/python
- Timestamp:
- 08/05/10 14:52:35 (14 years ago)
- Location:
- trunk/python
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/parameters.py
r1858 r1860 85 85 print """ 86 86 # general 87 # print verbose output 87 # only valid in asap standard mode not in scripts or casapy 88 # It will disable exceptions and just print the messages 88 89 verbose : True 89 90 -
trunk/python/utils.py
r1859 r1860 68 68 69 69 def page(message): 70 """Run the input message through a pager. This is only done if 71 ``rcParams["verbose"]`` is set. 72 """ 70 73 verbose = False 71 74 try:
Note:
See TracChangeset
for help on using the changeset viewer.