# HG changeset patch # User estrain # Date 1567875853 14400 # Node ID 9438261e43e0648dc8d3ab0a9c8dba3d7d77a26c # Parent 81fce62ea8c195abd915cffcc3bb8d0914420afa Uploaded diff -r 81fce62ea8c1 -r 9438261e43e0 SalmID.py --- 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':