This commit is contained in:
oleting
2021-01-24 22:02:30 +01:00
parent 27af64ec82
commit 6423d770e3
2 changed files with 6 additions and 4 deletions

View File

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