Changeset 7864
- Timestamp:
- Jun 21, 2010, 9:15:01 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/file_conversion/test_csv2sts.py
r7863 r7864 77 77 Make sure that the python file functions as a command-line tool. 78 78 """ 79 80 # Look for script in same dir as this unit test. 81 path = os.path.dirname( os.path.realpath( __file__ ) ) 79 82 80 cmd = 'python ' + sys.path[0]+ os.sep +'csv2sts.py --latitude '83 cmd = 'python ' + path + os.sep +'csv2sts.py --latitude ' 81 84 cmd += '%s --lon %s %s %s' % (str(lat), str(lon), testfile_csv, sts_out) 82 85
Note: See TracChangeset
for help on using the changeset viewer.