summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2013-08-23 00:35:45 +0200
committerAndoni Morales Alastruey <ylatuya@gmail.com>2013-08-23 00:37:40 +0200
commit374d5b17b862916067fae0ec73a7e6de48060be2 (patch)
treed01a0efb8f414a1b49def6088a8d61a7719fafd4
parent418d54ea87b70ae547f27db6ed004cae8b0ab4fa (diff)
strip: fix typo
-rw-r--r--cerbero/tools/strip.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cerbero/tools/strip.py b/cerbero/tools/strip.py
index f37fcfb..46e3885 100644
--- a/cerbero/tools/strip.py
+++ b/cerbero/tools/strip.py
@@ -36,7 +36,7 @@ class Strip(object):
if f in path:
return
try:
- shell.call("%s %s". self._strip_cmd(), path)
+ shell.call("%s %s" % (self._strip_cmd(), path))
except:
pass