diff options
author | Frederick Muriuki Muriithi | 2022-10-06 17:30:00 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-10-06 17:30:00 +0300 |
commit | ec26eafed9c044ca0e0e457d16ad38f2d5dfb329 (patch) | |
tree | 55daf5ed85d34289cc994ad19d7659606b1c0e07 | |
parent | a23030f2cfdb4fd42117c4144db58aee7f2aee87 (diff) | |
download | genenetwork2-ec26eafed9c044ca0e0e457d16ad38f2d5dfb329.tar.gz |
DEBUG: More debug of CI/CD.
-rw-r--r-- | wqflask/wqflask/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/views.py b/wqflask/wqflask/views.py index 0b0e31c1..5e67f19f 100644 --- a/wqflask/wqflask/views.py +++ b/wqflask/wqflask/views.py @@ -837,7 +837,7 @@ def corr_compute_page(): os.readlink(CORRELATION_COMMAND) if os.path.islink(CORRELATION_COMMAND) else CORRELATION_COMMAND) - raise Exception(command_list, actual_command, cpe.stdout) from cpe + raise Exception(actual_command, cpe.stdout) from cpe correlation_results = set_template_vars(request.form, correlation_results) return render_template("correlation_page.html", **correlation_results) |