+ add Web App (WIP)

This commit is contained in:
oleting
2021-01-13 22:30:45 +01:00
parent a47f2c06ac
commit cd128cbe5c
9 changed files with 210 additions and 7 deletions

View File

@@ -62,9 +62,9 @@ class NassiShneidermanDiagram:
number_of_item = 1
for scope in self.function_scopes:
number_of_item += 1
cancel = one_line_progress_meter('Progress', number_of_item, len(self.function_scopes), '-PROGRESSBAR-')
if not cancel:
return False
# cancel = one_line_progress_meter('Progress', number_of_item, len(self.function_scopes), '-PROGRESSBAR-')
# if not cancel:
# return False
filepath = f"{output_path}/{scope.name}"
filepath = self.check_conflicts(filepath, on_conflict)