Skip to content

Commit 89af5a1

Browse files
committed
update
1 parent c532616 commit 89af5a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PhenoFunctions_v5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ def __init__(self, info_file, input_folder, output_folder, k_coef, marker_list,
107107
if os.path.isdir(self.output_folder):
108108
fh = logging.FileHandler("/".join([self.output_folder, "log.txt"]), "w")
109109
else:
110-
sys.exit(1)
111110
self.log.error("Error: The Output Folder Does not Exist. Please create before run the analysis.")
111+
sys.exit(1)
112112
fh.setFormatter(format)
113113
self.log.addHandler(fh)
114114
self.log.info("Name of this analysis: {}".format(marker_list))

0 commit comments

Comments
 (0)