Skip to content

Commit

Permalink
Add connection.close() to collate
Browse files Browse the repository at this point in the history
  • Loading branch information
kenibrewer committed Aug 18, 2023
1 parent 70e0118 commit a2a413d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pycytominer/cyto_utils/collate.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ def collate(
"CREATE INDEX IF NOT EXISTS plate_well_image_idx ON Image(Metadata_Plate, Metadata_Well);"
)
cursor.close()
connection.close()

if aws_remote:
if printtoscreen:
Expand Down

0 comments on commit a2a413d

Please sign in to comment.