Changeset 8124 for trunk/anuga_core/source/anuga/get_version.py
- Timestamp:
- Mar 3, 2011, 6:04:03 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/get_version.py
r1806 r8124 38 38 msg = 'Command %s could not execute.' 39 39 msg += 'Make sure the program SubWCRev.exe is available on your path' 40 raise msg40 raise Exception(msg) 41 41 42 42
Note: See TracChangeset
for help on using the changeset viewer.