diff --git a/pgwrapper.py b/pgwrapper.py index c05a666..8614611 100644 --- a/pgwrapper.py +++ b/pgwrapper.py @@ -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")