Ignore:
Timestamp:
07/30/10 16:59:56 (14 years ago)
Author:
Kana Sugimoto
Message:

Merged the all developments from alma branch. copied external-alma.

Location:
branches/mergetest/python
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/mergetest/python

  • branches/mergetest/python/linecatalog.py

    r1534 r1789  
    88from asap._asap import linecatalog as lcbase
    99from asap import rcParams
     10from asap import asaplog
    1011import os
    1112
     
    3031            msg = "File '%s' not found" % fpath
    3132            if rcParams['verbose']:
    32                 print msg
     33                #print msg
     34                asaplog.push( msg )
     35                print_log( 'ERROR' )
    3336                return
    3437            else:
     
    97100                msg = "File %s exists." % name
    98101                if rcParams['verbose']:
    99                     print msg
     102                    #print msg
     103                    asaplog.push( msg )
     104                    print_log( 'ERROR' )
    100105                    return
    101106                else:
Note: See TracChangeset for help on using the changeset viewer.