projects
/
pgwui_bulk_upload
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6105f00
)
Always use "self" so inheritance works
author
Karl O. Pinc
<kop@karlpinc.com>
Sun, 17 Jan 2021 01:20:13 +0000
(19:20 -0600)
committer
Karl O. Pinc
<kop@karlpinc.com>
Sun, 17 Jan 2021 01:38:34 +0000
(19:38 -0600)
src/pgwui_bulk_upload/templates/bulk_upload.mak
patch
|
blob
|
history
diff --git
a/src/pgwui_bulk_upload/templates/bulk_upload.mak
b/src/pgwui_bulk_upload/templates/bulk_upload.mak
index 32341940dc9b2744279de89a97834d67911af7fc..f6f50ad8aaef2a90f0a9f19fb44b0a18950e55a9 100644
(file)
--- a/
src/pgwui_bulk_upload/templates/bulk_upload.mak
+++ b/
src/pgwui_bulk_upload/templates/bulk_upload.mak
@@
-86,7
+86,7
@@
for error in errors:
if isinstance(error, core_ex.UploadError):
if error.filepath != last_filepath:
- file_errors(f_errors, last_filepath)
+
self.
file_errors(f_errors, last_filepath)
last_filepath = error.filepath
f_errors = []
f_errors.append(error)