From: Karl O. Pinc Date: Tue, 19 Jan 2021 18:49:21 +0000 (-0600) Subject: Allow for "chaining" X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=76f022d3fe34181b1fed75fb7423934be1d56a42;p=pgwui_core Allow for "chaining" --- diff --git a/src/pgwui_core/exceptions.py b/src/pgwui_core/exceptions.py index 25b564b..86e953d 100644 --- a/src/pgwui_core/exceptions.py +++ b/src/pgwui_core/exceptions.py @@ -86,6 +86,7 @@ class UploadError(PGWUIError): self.e = f'{descr}: {self.e}' self.filepath = filepath self.relation = relation + return self class Error(UploadError):