Skip to content

Commit d5054fd

Browse files
committed
Fixed configuration file test - release call was missing.
Once again, __del__ is not being called as usual anymore in python 3 ... .
1 parent aaa8434 commit d5054fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

git/test/test_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ def test_read_write(self):
7373
assert r_config.has_section(sname)
7474
assert r_config.has_option(sname, oname)
7575
assert r_config.get(sname, oname) == val
76+
w_config.release()
7677
# END for each filename
7778

7879
def test_multi_line_config(self):

0 commit comments

Comments
 (0)