[Piuparts-commits] [SCM] piuparts git repository branch, develop, updated. 0.42-61-g3451e73

Holger Levsen holger at layer-acht.org
Sun Apr 1 08:46:15 UTC 2012


The following commit has been merged in the develop branch:
commit 3451e73e198a0111c44b50efe05d0d9ca2587df7
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Apr 1 10:45:40 2012 +0200

    fixup last commit

diff --git a/piuparts-report.py b/piuparts-report.py
index 4108b22..d8eebbf 100644
--- a/piuparts-report.py
+++ b/piuparts-report.py
@@ -1082,7 +1082,7 @@ class Section:
 
     def generate_output(self, master_directory, output_directory, section_names):
         # generate output only if section is not disabled
-        if self._config["max-reserved"] != 0:
+        if int(self._config["max-reserved"]) != 0:
             self._section_names = section_names
             self._master_directory = os.path.abspath(os.path.join(master_directory, self._config.section))
             if not os.path.exists(self._master_directory):

-- 
piuparts git repository



More information about the Piuparts-commits mailing list