This log statement didn't need 2LOC.

testing/mmn/mktime_takes_localtime_not_gmtime
Isis Lovecruft 2013-05-27 07:25:27 +00:00
parent e52e9001d1
commit c3dcd34f5a
No known key found for this signature in database
GPG Key ID: A3ADB67A2CDB8B35
1 changed files with 1 additions and 2 deletions

View File

@ -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]):