changeset 58:1c7d26862e9a draft

Uploaded
author trinity_ctat
date Tue, 06 Nov 2018 14:52:20 -0500
parents f6be67154ebb
children 694bf6901459
files data_manager/add_ctat_resource_lib.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.