Previous changeset 2:cdef6996e3f3 (2016-08-30) |
Commit message:
Pointing to the right root directory |
modified:
micropita_prepare.py |
b |
diff -r cdef6996e3f3 -r b4cf8c75305b micropita_prepare.py --- a/micropita_prepare.py Tue Aug 30 13:03:02 2016 -0400 +++ b/micropita_prepare.py Tue Aug 30 13:10:34 2016 -0400 |
b |
@@ -87,8 +87,8 @@ ################################################################################## parser = read_params( sys.argv ) results = parser.parse_args() -root_dir = os.environ.get('micropita_SCRIPT_PATH') - +#######root_dir = os.environ.get('micropita_SCRIPT_PATH') +root_dir = os.path.dirname(os.path.realpath(__file__)) #Find the current directory where the program resides GW 20160810 fname = results.inputname input_file = open(fname,'rU') |