diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/core.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core.py b/src/core.py index 712eed62..5f734142 100644 --- a/src/core.py +++ b/src/core.py @@ -1718,6 +1718,7 @@ class Core(object): poezio is not running). A very simple daemon reads on that fifo, and executes any command that is read in it. """ + command = '%s\n' % (command,) if config.get('exec_remote', 'false') == 'true': # We just write the command in the fifo if not self.remote_fifo: |