Don't check for EASY results for now

This commit is contained in:
2024-07-31 20:44:21 -04:00
parent 4fa57c1e23
commit c4835fc9be

View File

@@ -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)
}