# HG changeset patch # User estrain # Date 1567870502 14400 # Node ID 6d28f83c35b1ed6d21e7dc62a5cd7ca3a4b4b9e7 # Parent 66277925a124487c1fc5703ff499e8d7acf52afa Uploaded diff -r 66277925a124 -r 6d28f83c35b1 SalmID.py --- a/SalmID.py Sat Sep 07 11:12:04 2019 -0400 +++ b/SalmID.py Sat Sep 07 11:35:02 2019 -0400 @@ -266,7 +266,8 @@ def main(): - 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':