# HG changeset patch # User trinity_ctat # Date 1541533940 18000 # Node ID 1c7d26862e9ae37e8d347f8021ce2596880ab2d4 # Parent f6be67154ebb1a1de38c5cc4d264e57d5bc4b1df Uploaded diff -r f6be67154ebb -r 1c7d26862e9a data_manager/add_ctat_resource_lib.py --- a/data_manager/add_ctat_resource_lib.py Tue Nov 06 14:51:39 2018 -0500 +++ b/data_manager/add_ctat_resource_lib.py Tue Nov 06 14:52:20 2018 -0500 @@ -1570,7 +1570,7 @@ # Temporarily the output file's dictionary is written for debugging: print "The dictionary for the output file is:\n\t{:s}".format(str(data_manager_dict)) sys.stdout.flush() - exit 1 + exit(1) # Save info to json file. This is used to transfer data from the DataManager tool, to the data manager, # which then puts it into the correct .loc file (I think). # One can comment out the following line when testing without galaxy package.