From 2ae822e40e777c7785a3e1d06cc23d0013109375 Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Mon, 22 Sep 2014 11:23:29 +0200 Subject: [PATCH] lib/sbuild.py: Fix command property --- lib/sbuild.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/sbuild.py b/lib/sbuild.py index af2e3ed..13f0412 100644 --- a/lib/sbuild.py +++ b/lib/sbuild.py @@ -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 -- 2.39.5