Hi all,
The error message refers to wrong variable. Attached is the patch against the latest code from git.
diff --git a/src/pypungi/__init__.py b/src/pypungi/__init__.py
index a6cd80f..ed15885 100644
--- a/src/pypungi/__init__.py
+++ b/src/pypungi/__init__.py
@@ -695,7 +695,7 @@ class Pungi(pypungi.PungiBase):
         try:
             treefile = open(treeinfofile, 'r')
         except IOError:
-            self.logger.error("Could not read .treeinfo file: %s" % treefile)
+            self.logger.error("Could not read .treeinfo file: %s" % treeinfofile)
             sys.exit(1)
 
         # Create a ConfigParser object out of the contents so that we can
--
Fedora-buildsys-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/fedora-buildsys-list

Reply via email to