Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/Emulator.py
diff options
context:
space:
mode:
Diffstat (limited to 'shell/Emulator.py')
-rw-r--r--shell/Emulator.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/Emulator.py b/shell/Emulator.py
index 3b60082..89a20fc 100644
--- a/shell/Emulator.py
+++ b/shell/Emulator.py
@@ -70,5 +70,6 @@ class Emulator:
process = XnestProcess()
process.start()
except:
- logging.error('Cannot run the emulator. You need to install Xephyr or Xnest.')
+ logging.error('Cannot run the emulator. You need to install \
+ Xephyr or Xnest.')
sys.exit(0)