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 2bbb06524b
commit e12811908f

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