mirror of
https://github.com/FAUSheppy/homelab_gamevault
synced 2025-12-05 22:51:34 +01:00
hotfix: no crash on missing pgtext
This commit is contained in:
@@ -43,4 +43,5 @@ class ProgressBarWrapper:
|
|||||||
if self.progress_text:
|
if self.progress_text:
|
||||||
self.progress_text.configure(text=text)
|
self.progress_text.configure(text=text)
|
||||||
else:
|
else:
|
||||||
raise AssertionError("No progress text in this wrapper created")
|
pass
|
||||||
|
#FIXME raise AssertionError("No progress text in this wrapper created")
|
||||||
|
|||||||
Reference in New Issue
Block a user