hotfix: no crash on missing pgtext

This commit is contained in:
2024-06-15 10:01:14 +02:00
parent f3342ac5aa
commit b515d32d06

View File

@@ -43,4 +43,5 @@ class ProgressBarWrapper:
if self.progress_text:
self.progress_text.configure(text=text)
else:
raise AssertionError("No progress text in this wrapper created")
pass
#FIXME raise AssertionError("No progress text in this wrapper created")