merge
This commit is contained in:
@@ -54,9 +54,9 @@ class NassiShneidermanDiagram:
|
||||
return filepath
|
||||
|
||||
def convert_to_image(self, output_path: str, on_conflict: Overwrite_behaviour=OB.SKIP) -> bool:
|
||||
i = 1
|
||||
i = 0
|
||||
for scope in self.function_scopes:
|
||||
cancel = one_line_progress_meter('Progress', i+1, len(self.function_scopes), '-PROGRESSBAR-')
|
||||
cancel = one_line_progress_meter('Progress', i, len(self.function_scopes), '-PROGRESSBAR-')
|
||||
if not cancel:
|
||||
return False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user