changeset 569:aaeca9cf0143

Fix variable name
author Bjoern Ricks <bricks@intevation.de>
date Fri, 02 Sep 2011 11:20:20 +0000
parents bf8114a76224
children 44c0f8404983
files treepkg/git.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/treepkg/git.py	Fri Sep 02 11:19:03 2011 +0000
+++ b/treepkg/git.py	Fri Sep 02 11:20:20 2011 +0000
@@ -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"
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)