From c4835fc9be7e310162d8c84dbdfdbdaddd06aca5 Mon Sep 17 00:00:00 2001 From: Bryan Roessler Date: Wed, 31 Jul 2024 20:44:21 -0400 Subject: [PATCH] Don't check for EASY results for now --- workflow/qhtcp-workflow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/qhtcp-workflow b/workflow/qhtcp-workflow index b0f93d84..aaaf355e 100755 --- a/workflow/qhtcp-workflow +++ b/workflow/qhtcp-workflow @@ -636,7 +636,7 @@ easy() { fi # Use the function return code see if we succeeded - choose_easy_results "$PROJECT_SCANS_DIR" || (err "No EASY results found in $PROJECT_SCANS_DIR"; return 1) + # choose_easy_results_dir || (err "No EASY results found in $PROJECT_SCANS_DIR"; return 1) }