diff --git a/IDEAS/Resources/Scripts/mergeAnnex60Script.py b/IDEAS/Resources/Scripts/mergeAnnex60Script.py index 5dc49b36d..b908e3780 100644 --- a/IDEAS/Resources/Scripts/mergeAnnex60Script.py +++ b/IDEAS/Resources/Scripts/mergeAnnex60Script.py @@ -10,12 +10,7 @@ dest_dir = data['dest_dir'] else: - print(fileName + " could not be found in your current working directory, please enter source and destination paths. \nThey will be saved for next time. Remove " + fileName + " to reset the paths.") - annex60_dir = raw_input("Enter annex60 directory path: \n") - dest_dir = raw_input("Enter destination directory path: \n") - data = {"annex60_dir":annex60_dir, "dest_dir":dest_dir} - with open(fileName, 'w') as dataFile: - json.dump(data, dataFile) + print(fileName + " could not be found in your current working directory. Please check the path and file name.") mer = m.IBPSA(annex60_dir, dest_dir) mer.set_excluded_directories(["Experimental", "Obsolete"])