diff --git a/src/_parsers.py b/src/_parsers.py index db7a77b..1ae5046 100644 --- a/src/_parsers.py +++ b/src/_parsers.py @@ -562,8 +562,7 @@ def _sanitise(*args): else: groups[last] = str() while len(filo) > 1 and not is_flag(filo[len(filo)-1]): - log.debug("Got value: %s" - % filo[len(filo)-1]) + log.debug("Got value: %s" % filo[len(filo)-1]) groups[last] += (filo.pop() + " ") else: if len(filo) == 1 and not is_flag(filo[0]):