Skip to content

Commit

Permalink
outdent db handle handling
Browse files Browse the repository at this point in the history
  • Loading branch information
frankhereford committed May 9, 2024
1 parent 1c65ffe commit b9ce5eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions atd-etl/cris_import/cris_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,8 @@ def unzip_archives(archives_directory):
id = cursor.fetchone()[0]
extracted_csv_directories.append((id, extract_tmpdir, filename))

pg.commit()
pg.close()
pg.commit()
pg.close()

return extracted_csv_directories

Expand Down

0 comments on commit b9ce5eb

Please sign in to comment.