Skip to content

Commit 35b7c51

Browse files
committed
minor
1 parent bcdfacb commit 35b7c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/atlas/get_result_web.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ def check_exist(file_path, check_params=False):
274274
elif os.path.exists(f"{file_path}/results/pipeline/best_test_acc.csv"):
275275
return f"{file_path}/results/pipeline/best_test_acc.csv"
276276
else:
277-
return None
277+
return False
278278

279279

280280
def get_new_ans(tissue):

0 commit comments

Comments
 (0)