summaryrefslogtreecommitdiff
path: root/src/core/core.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/core.py')
-rw-r--r--src/core/core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core.py b/src/core/core.py
index 079a8515..c1813a7e 100644
--- a/src/core/core.py
+++ b/src/core/core.py
@@ -429,7 +429,7 @@ class Core(object):
res = []
current = []
for char in char_list:
- assert len(char) > 0
+ assert char
# Transform that stupid char into what we actually meant
if char == '\x1f':
char = '^/'