Fix trailing whitespace in Conditional debug() (#73956)
Signed-off-by: Alex Willmer <alex@moreati.org.uk>
This commit is contained in:
parent
232eeee206
commit
6856e751ff
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ class Conditional:
|
||||||
if result:
|
if result:
|
||||||
result = res
|
result = res
|
||||||
|
|
||||||
display.debug("Evaluated conditional (%s): %s " % (conditional, res))
|
display.debug("Evaluated conditional (%s): %s" % (conditional, res))
|
||||||
if not result:
|
if not result:
|
||||||
break
|
break
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue