summaryrefslogtreecommitdiff
path: root/gbp/command_wrappers.py
diff options
context:
space:
mode:
Diffstat (limited to 'gbp/command_wrappers.py')
-rw-r--r--gbp/command_wrappers.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/gbp/command_wrappers.py b/gbp/command_wrappers.py
index 6c97624..8a131e1 100644
--- a/gbp/command_wrappers.py
+++ b/gbp/command_wrappers.py
@@ -124,7 +124,8 @@ class Command(object):
def call(self, args):
"""
- Like __call__ but let the caller handle the return status.
+ Like __call__ but let the caller handle the return status and don't
+ use the logging api for errors.
>>> Command("/bin/true").call(["foo", "bar"])
0