[library-web] Fix call to get_module_web_output_dir(), for real.



commit e918dc1693f4cb9668cf68287b6a930562134862
Author: Frédéric Péters <fpeters 0d be>
Date:   Mon Sep 21 22:39:56 2009 +0200

    Fix call to get_module_web_output_dir(), for real.

 src/modtypes/base.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/modtypes/base.py b/src/modtypes/base.py
index 686eff7..c48301a 100644
--- a/src/modtypes/base.py
+++ b/src/modtypes/base.py
@@ -211,7 +211,7 @@ class DocModule(object):
     def create_tarball_symlink(self, doc):
         tarball_dest = '../%s-html-%s.tar.gz' % (self.modulename, self.version)
         in_version_path = os.path.join(
-                app.get_module_web_output_dir(self.modulename),
+                app.get_module_web_output_dir(self),
                 '%s-html.tar.gz' % self.modulename)
         if not self.one_dot_version in in_version_path:
             return



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