Skip to content

Commit

Permalink
fix: file_counter + folder_counter undefined in GM validation
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronm-2112 committed Dec 13, 2023
1 parent bce8a90 commit faa37ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/renderer/src/scripts/guided-mode/guided-curate-dataset.js
Original file line number Diff line number Diff line change
Expand Up @@ -3399,6 +3399,9 @@ document
let validationReportStatusIncomplete = false;
const validationReportPath = path.join(os.homedir(), "SODA", "validation.txt");

let file_counter = 0
let folder_counter = 0

try {
// Lock the navigation buttons while the validation is in process
guidedSetNavLoadingState(true);
Expand Down

0 comments on commit faa37ae

Please sign in to comment.