aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Ryabitsev <konstantin@linuxfoundation.org>2019-01-11 08:32:33 -0500
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2019-01-11 08:32:33 -0500
commit19a3d3e30702b8927b8b33e5bbc4bd40c50df9e4 (patch)
tree4c92ad1d17cc16faf81c98dd74bd4389b06ebe08
parent98cf2f78ac1fce06bb3abe63f8a46fe9b707f2a6 (diff)
downloadkorg-helpers-19a3d3e30702b8927b8b33e5bbc4bd40c50df9e4.tar.gz
Patchwork replaces spaces with dashes in state
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 ed3691f..a3a5f76 100755
--- a/git-patchwork-bot.py
+++ b/git-patchwork-bot.py
@@ -999,7 +999,7 @@ def pwrun(repo, cmdconfig, nomail, dryrun):
if 'fromstate' in settings:
fromstate = settings['fromstate'].split(',')
else:
- fromstate = ['new', 'under review']
+ fromstate = ['new', 'under-review']
logger.debug('fromstate=%s', fromstate)