[library-web] [mallard] fixed nightly mallard document



commit bcff15e51c00e04fa12de65d83146e5d7f4e3d72
Author: Frédéric Péters <fpeters 0d be>
Date:   Sun Dec 5 15:22:44 2010 +0100

    [mallard] fixed nightly mallard document

 src/modtypes/mallard.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/modtypes/mallard.py b/src/modtypes/mallard.py
index 7aee011..90a0d5d 100644
--- a/src/modtypes/mallard.py
+++ b/src/modtypes/mallard.py
@@ -258,7 +258,7 @@ class MallardModule(DocModule):
                         self.mal2html_xsl_file, xml_file]
 
                 if self.nightly:
-                    cmd[5:5] = ['--param', 'libgo.nightly', 'true()']
+                    cmd[2:2] = ['--param', 'libgo.nightly', 'true()']
 
                 if app.config.symbols_dbm_filepath:
                     cmd.insert(-2, '--param')



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]