sb: Fix op parsing bug where the string was not created.

Updates #2655.
This commit is contained in:
Chris Johns 2016-03-18 14:24:17 +11:00
parent a15650c97d
commit eb252061aa

View File

@ -808,7 +808,9 @@ class file:
istrue = False
s = ' '.join(ls)
ifls = ls
if len(ifls) == 1:
#
# Check if '%if %{x} == %{nil}' has both parts as nothing