projects
/
pgwui_core
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f222316
)
Allow for "chaining"
author
Karl O. Pinc
<kop@karlpinc.com>
Tue, 19 Jan 2021 18:49:21 +0000
(12:49 -0600)
committer
Karl O. Pinc
<kop@karlpinc.com>
Tue, 19 Jan 2021 18:49:21 +0000
(12:49 -0600)
src/pgwui_core/exceptions.py
patch
|
blob
|
history
diff --git
a/src/pgwui_core/exceptions.py
b/src/pgwui_core/exceptions.py
index 25b564b463b8dc4a907af8cec2903835c9a14197..86e953dad17a58a9a8b9c9ec635de61641cd6034 100644
(file)
--- 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):