aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Ryabitsev <konstantin@linuxfoundation.org>2019-01-03 16:55:53 -0500
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2019-01-03 16:55:53 -0500
commita1b5006aa45de10dc33c01e4842d20cdd6b93110 (patch)
tree844b894242e2dc75898a38cebd588646fbd558fc
parentbf159ddde9d56084684de909fbab6aa57a08efc4 (diff)
downloadkorg-helpers-a1b5006aa45de10dc33c01e4842d20cdd6b93110.tar.gz
Quickfix for logging traceback
Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
-rwxr-xr-xgit-patchwork-bot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-patchwork-bot.py b/git-patchwork-bot.py
index bd307da..939ff14 100755
--- a/git-patchwork-bot.py
+++ b/git-patchwork-bot.py
@@ -771,7 +771,7 @@ def housekeeping(rm, settings, nomail, dryrun):
versions = list(items.keys())
versions.sort()
latest_version = versions.pop()
- logger.debug('%s: latest_version: %d', name, latest_version)
+ logger.debug('%s: latest_version: %s', name, items[latest_version]['date'])
if not items[latest_version]['complete']:
logger.debug('Skipping this series, because it is not complete')
continue