diff --git a/interpreter/NassiShneidermann.py b/interpreter/NassiShneidermann.py index f1b6ab2..dfb88a5 100644 --- a/interpreter/NassiShneidermann.py +++ b/interpreter/NassiShneidermann.py @@ -54,7 +54,7 @@ class NassiShneidermanDiagram: return filepath def convert_to_image(self, output_path: str, on_conflict: Overwrite_behaviour=OB.SKIP) -> bool: - i = 0 + i = 1 for scope in self.function_scopes: cancel = one_line_progress_meter('Progress', i+1, len(self.function_scopes), '-PROGRESSBAR-') if not cancel: