Changeset 7031


Ignore:
Timestamp:
May 13, 2009, 3:53:15 PM (14 years ago)
Author:
rwilson
Message:

Slight cosmetic change.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/numpy_misc/tools/acceptance_tests/test_dump_python_environment.py

    r7029 r7031  
    5252    eqrm_path = os.getenv('EQRMPATH')
    5353    if eqrm_path:
    54         util.log_print_nl(logfile, 'Environment variable EQRMPATH =%s.' % eqrm_path)
     54        util.log_print_nl(logfile, 'Environment variable EQRMPATH = %s' % eqrm_path)
    5555        util.log_print_nl(logfile, 'EQRM will be tested below.')
    5656    else:
Note: See TracChangeset for help on using the changeset viewer.