1
0

Don't check for EASY results for now

Dieser Commit ist enthalten in:
2024-07-31 20:44:21 -04:00
Ursprung 4fa57c1e23
Commit c4835fc9be

Datei anzeigen

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