summaryrefslogtreecommitdiff
path: root/lulua/writer.py
diff options
context:
space:
mode:
Diffstat (limited to 'lulua/writer.py')
-rw-r--r--lulua/writer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lulua/writer.py b/lulua/writer.py
index 38dc01c..bbe1efb 100644
--- a/lulua/writer.py
+++ b/lulua/writer.py
@@ -186,7 +186,7 @@ class Writer:
try:
match, combinations = self.layout (buf)
- assert len (match) > 0, match
+ assert len (match) > 0, (match, combinations, buf)
comb = self.chooseCombination (combinations)