You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by aj...@apache.org on 2005/04/19 00:35:10 UTC

svn commit: r161809 - gump/branches/Gump3/pygump/python/gump/plugins/updater.py

Author: ajack
Date: Mon Apr 18 15:35:09 2005
New Revision: 161809

URL: http://svn.apache.org/viewcvs?view=rev&rev=161809
Log:
Added the required second parameter.

Modified:
    gump/branches/Gump3/pygump/python/gump/plugins/updater.py

Modified: gump/branches/Gump3/pygump/python/gump/plugins/updater.py
URL: http://svn.apache.org/viewcvs/gump/branches/Gump3/pygump/python/gump/plugins/updater.py?view=diff&r1=161808&r2=161809
==============================================================================
--- gump/branches/Gump3/pygump/python/gump/plugins/updater.py (original)
+++ gump/branches/Gump3/pygump/python/gump/plugins/updater.py Mon Apr 18 15:35:09 2005
@@ -102,7 +102,7 @@
 
         ModuleUpdater.visit_module(self, module)
 
-        modulepath = get_module_directory(module)
+        modulepath = get_module_directory(self.workdir, module)
         current = os.path.curdir
         os.chdir(modulepath)
         svndir = os.path.join(modulepath, '.svn')