Remove spurious space at start of line

pull/128/merge^2
Steven Hiscocks 2013-02-23 18:42:50 +00:00
parent c7ab71ae1f
commit c926c88ea1
2 changed files with 2 additions and 2 deletions

View File

@ -342,7 +342,7 @@ class Action:
return True
else:
msg = _RETCODE_HINTS.get(retcode, None)
logSys.error("%s returned %x" % (realCmd, retcode))
logSys.error("%s returned %x" % (realCmd, retcode))
if msg:
logSys.info("HINT on %x: %s"
% (retcode, msg % locals()))

View File

@ -409,7 +409,7 @@ def get_monitor_failures_testcase(Filter_):
#return
# just for fun let's copy all of them again and see if that results
# in a new ban
_copy_lines_between_files(GetFailures.FILENAME_01, self.file, n=100)
_copy_lines_between_files(GetFailures.FILENAME_01, self.file, n=100)
self.assert_correct_last_attempt(GetFailures.FAILURES_01)
def test_rewrite_file(self):