diff options
author | Frederick Muriuki Muriithi | 2023-01-25 02:23:40 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2023-01-25 02:23:40 +0300 |
commit | 3a03fe5e26ed243fc6562f8cfe4ebe0078a5d390 (patch) | |
tree | 32acc583d0dfac4fb2ccab1e6335dfc24c84a955 | |
parent | 3f0641214946d7042a24397eb3862743dbcd58c1 (diff) | |
download | genenetwork2-3a03fe5e26ed243fc6562f8cfe4ebe0078a5d390.tar.gz |
mechanical-rob: move newline
-rw-r--r-- | test/requests/correlation_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/requests/correlation_tests.py b/test/requests/correlation_tests.py index 8c7fc29f..40e5242a 100644 --- a/test/requests/correlation_tests.py +++ b/test/requests/correlation_tests.py @@ -267,9 +267,9 @@ def check_correctness(host): print_newline = True if len(result_failures) > 0: print("") - print("") return False + print("") return True def check_correlations_correctness(args_obj, parser): |