[Piuparts-commits] [SCM] piuparts git repository branch, develop, updated. 0.44-598-gace668e
Holger Levsen
holger at layer-acht.org
Sun May 27 13:33:36 UTC 2012
The following commit has been merged in the develop branch:
commit ace668ed9b3962ce461d4a62e904ad467e85d6be
Author: Holger Levsen <holger at layer-acht.org>
Date: Sun May 27 15:16:33 2012 +0200
fixup 00556fb3
diff --git a/piuparts-report.py b/piuparts-report.py
index edb3194..86c316e 100644
--- a/piuparts-report.py
+++ b/piuparts-report.py
@@ -1154,7 +1154,7 @@ def main():
if os.path.exists(master_directory):
for section_name in section_names:
section = Section(section_name, master_directory)
- section.generate_output(output_directory=output_directory,section_names=section_names)
+ section.generate_output(master_directory=master_directory,output_directory=output_directory,section_names=section_names)
# static pages
logging.debug("Writing static pages")
--
piuparts git repository
More information about the Piuparts-commits
mailing list