Fix trailing whitespace in Conditional debug() (#73956)

Signed-off-by: Alex Willmer <alex@moreati.org.uk>
pull/74011/head
Alex Willmer 5 years ago committed by GitHub
parent 232eeee206
commit 6856e751ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -104,7 +104,7 @@ class Conditional:
if result:
result = res
display.debug("Evaluated conditional (%s): %s " % (conditional, res))
display.debug("Evaluated conditional (%s): %s" % (conditional, res))
if not result:
break

Loading…
Cancel
Save