Skip to content

Commit a08fa7e

Browse files
committed
possible fix for append tests crashing on py37?
1 parent 69f533b commit a08fa7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

paths_cli/commands/append.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def append(input_file, append_file, engine, cv, volume, network, scheme,
5252
# 3. "untag" an object by not associating a tag in the new storage
5353

5454
output_storage.close()
55+
storage.close()
5556

5657

5758
CLI = append

0 commit comments

Comments
 (0)