Skip to content

Commit

Permalink
just in case
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed Nov 27, 2023
1 parent ae12642 commit 3e2f3fd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ public static void scanInputFolder(String inputFolderName, String fileNameSuffix
List<ByteRateOfChange.TraceReport> reports = new ArrayList<>();

FolderUtil.handleFolder(inputFolderName, (simpleFileName, fullInputFileName) -> {
// if (!simpleFileName.contains("belt"))
// return;

List<CANPacket> logFileContent = CANLineReader.getReader().readFile(fullInputFileName);

Expand Down

0 comments on commit 3e2f3fd

Please sign in to comment.