Changeset 7031
- Timestamp:
- May 13, 2009, 3:53:15 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/numpy_misc/tools/acceptance_tests/test_dump_python_environment.py
r7029 r7031 52 52 eqrm_path = os.getenv('EQRMPATH') 53 53 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) 55 55 util.log_print_nl(logfile, 'EQRM will be tested below.') 56 56 else:
Note: See TracChangeset
for help on using the changeset viewer.