aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--gbp/command_wrappers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/command_wrappers.py b/gbp/command_wrappers.py
index 36dd5be2..394aa278 100644
--- a/gbp/command_wrappers.py
+++ b/gbp/command_wrappers.py
@@ -79,7 +79,7 @@ class PristineTar(Command):
def __init__(self):
if not os.access(self.cmd, os.X_OK):
- raise GbpError, "%s not found - cannot use pristine-tar"
+ raise GbpError, "%s not found - cannot use pristine-tar" % self.cmd
Command.__init__(self, self.cmd)
def commit(self, archive, branch):