diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-10-29 17:21:03 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-10-29 17:21:03 +0200 |
commit | 432afd6179e69b70b290fef68ea3bb263ff3b4c1 (patch) | |
tree | 0f5cf6e2f29ba234a8f7276577dda0a1a3600830 /src/core.py | |
parent | ab60a8ddde7bd9478bfe60daf48145e5b55690f0 (diff) | |
parent | 21f0c8f3f348ca515b81208c73704d5fd7b10328 (diff) | |
download | poezio-432afd6179e69b70b290fef68ea3bb263ff3b4c1.tar.gz poezio-432afd6179e69b70b290fef68ea3bb263ff3b4c1.tar.bz2 poezio-432afd6179e69b70b290fef68ea3bb263ff3b4c1.tar.xz poezio-432afd6179e69b70b290fef68ea3bb263ff3b4c1.zip |
Merge branch 'plugins' of http://git.louiz.org/poezio into plugins
Diffstat (limited to 'src/core.py')
-rw-r--r-- | src/core.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.py b/src/core.py index 1fb06b38..88a726ea 100644 --- a/src/core.py +++ b/src/core.py @@ -1730,7 +1730,7 @@ class Core(object): try: self.remote_fifo.write(command) except (IOError) as e: - self.information('Could not execute [%s]: %s' % (command, e,), 'Error') + self.information('Could not execute [%s]: %s' % (command.strip(), e,), 'Error') self.remote_fifo = None else: pass |