[entropy.server] fix typo in function

This commit is contained in:
Fabio Erculiani
2009-09-03 23:37:50 +02:00
parent 6beef5017a
commit 55af7fdb8f
+1 -1
View File
@@ -1374,7 +1374,7 @@ class Server(Singleton, TextInterface):
self.entropyTools.dep_getkey(x[0]), x[1],) for x \
in sorted(packages)])
if pkg_list_path is not None:
with open(pkgstring_list, "w") as pkg_f:
with open(pkg_list_path, "w") as pkg_f:
for pkgstr in pkgstring_list:
pkg_f.write(pkgstr + "\n")
pkg_f.flush()