Skip to content

Commit

Permalink
fixed up connection close for use-curl-jsession
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Jul 5, 2024
1 parent fff985e commit 7d49259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xnat_ingest/cli/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ def iter_staged_sessions():
raise

if use_curl_jsession:
xnat_repo.exit()
xnat_repo.connection.exit()

if clean_up_older_than:
logger.info(
Expand Down

0 comments on commit 7d49259

Please sign in to comment.