From 466a26f7ef64e9a8299e2b1c7704506c42681e5f Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Wed, 2 Oct 2019 17:19:49 +0200 Subject: layouts: Remove empty string production --- lulua/writer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lulua/writer.py') 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) -- cgit v1.2.3