summaryrefslogtreecommitdiff
path: root/filter.py
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-04-13 01:01:57 -0500
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-04-13 01:01:57 -0500
commitddacb9a98b90fc2b51551fb73ab8513634f4f185 (patch)
tree62179c153cd7fdbeb76d9ad30665285bd794c783 /filter.py
parentaca64420db93c1d1ab26ad27640458d3a1f09f3d (diff)
filter.py to close correct file
Diffstat (limited to 'filter.py')
-rwxr-xr-xfilter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter.py b/filter.py
index 1d70a63..c7f3f18 100755
--- a/filter.py
+++ b/filter.py
@@ -147,7 +147,7 @@ def pkginfo_from_db(path_to_db):
% path_to_db)
return(tuple())
finally:
- db_open_tar.close()
+ dbsock.close()
return package_list
def rsyncBlacklist_from_blacklist(packages_iterable,