[Treepkg-commits] r532 - trunk/treepkg
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Sep 2 13:20:20 CEST 2011
Author: bricks
Date: 2011-09-02 13:20:20 +0200 (Fri, 02 Sep 2011)
New Revision: 532
Modified:
trunk/treepkg/git.py
Log:
Fix variable name
Modified: trunk/treepkg/git.py
===================================================================
--- trunk/treepkg/git.py 2011-09-02 11:19:03 UTC (rev 531)
+++ trunk/treepkg/git.py 2011-09-02 11:20:20 UTC (rev 532)
@@ -36,7 +36,7 @@
defaults to master
"""
self.url = url
- self.log = logger
+ self.logger = logger
if not branch:
# as default track master as local-master
self.local_branch = "local-master"
More information about the Treepkg-commits
mailing list