changeset 17:9438261e43e0

Uploaded
author estrain
date Sat, 07 Sep 2019 13:04:13 -0400
parents 81fce62ea8c1
children e1287b36e0d3
files SalmID.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/SalmID.py	Sat Sep 07 13:02:05 2019 -0400
+++ b/SalmID.py	Sat Sep 07 13:04:13 2019 -0400
@@ -266,8 +266,8 @@
 
 
 def main():
-    ex_dir = os.path.abspath(os.path.dirname(os.path.realpath(__file__)))
-    #ex_dir = os.path.dirname(os.path.realpath(__file__))
+    #ex_dir = os.path.abspath(os.path.dirname(os.path.realpath(__file__)))
+    ex_dir = os.path.dirname(os.path.realpath(__file__))
     args = parse_args()
     input_file = args.input_file
     if input_file != 'None':