some bugfixes

This commit is contained in:
Robin Mueller
2022-03-04 10:24:08 +01:00
parent bd76760052
commit 1531b8bda0
4 changed files with 23 additions and 8 deletions

View File

@ -184,7 +184,7 @@ class FileParser:
self.__debug_moving_window
and self.__debug_moving_window_filename in file_name
):
print(f"Moving window post line anaylsis line {line_idx}")
print(f"Moving window post line analysis line {line_idx}")
print(moving_window)
self._handle_file_parsing_moving_window(
file_name, line_idx, moving_window_size, moving_window, *args, **kwargs