]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
lib/sbuild.py: Fix command property
authorBenjamin Drung <benjamin.drung@profitbricks.com>
Mon, 22 Sep 2014 09:23:29 +0000 (11:23 +0200)
committerBenjamin Drung <benjamin.drung@profitbricks.com>
Mon, 22 Sep 2014 09:23:29 +0000 (11:23 +0200)
lib/sbuild.py

index af2e3ed9d45267d720a94360ce54d4f503b22302..13f0412fc757cf5e2ffec0d46d49f2e109c63741 100644 (file)
@@ -32,9 +32,8 @@ class Sbuild(object):
 
     @property
     def command(self):
-        return self.command([])
+        return self.get_command([])
 
-    @property
     def get_command(self, additional_args):
         '''
         TODO