Changeset 14163 for trunk


Ignore:
Timestamp:
05/04/12 16:28:31 (12 years ago)
Author:
ramonb
Message:
  • fixed typo
  • some cosmetic changes
  • see #9
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sara_cmt/sara_cmt/settings.py

    r14161 r14163  
    3232if not os.path.exists( configfile ):
    3333
    34         print 'Unable to find confilefile: %s' %configfile
     34        print 'Unable to find config file: %s' %configfile
    3535
    3636        if os.path.exists( sample_configfile ):
    3737
     38                print ''
    3839                print 'Please modify the sample config file: %s to reflect your settings' %sample_configfile
    3940                print 'and then rename it to: %s' %configfile
     
    4142        else:
    4243
     44                print ''
    4345                print 'Also no sample config file was found: %s' %sample_configfile
    4446                print 'Something is terribly wrong here ;)'
Note: See TracChangeset for help on using the changeset viewer.