From: Karl O. Pinc Date: Fri, 15 Jan 2021 05:13:53 +0000 (-0600) Subject: Fix typo in parameter reference X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=2d4b49faa7c377ab5740963587887a220bcb38ef;p=pgwui_bulk_upload Fix typo in parameter reference --- diff --git a/src/pgwui_bulk_upload/templates/bulk_upload.mak b/src/pgwui_bulk_upload/templates/bulk_upload.mak index 800975b..3234194 100644 --- a/src/pgwui_bulk_upload/templates/bulk_upload.mak +++ b/src/pgwui_bulk_upload/templates/bulk_upload.mak @@ -68,7 +68,7 @@ <%def name="file_errors(errors, filepath)"> <% if filepath is not None: - file_info = statmap[error.filepath] + file_info = statmap[filepath] file_lines = file_info[0] relation = file_info[1] self.error_file_summary(len(errors), file_lines, filepath, relation)