summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_remote_scheduler.py
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2015-08-21 12:03:37 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-21 12:14:20 +0200
commit488f7ffb6b72af39e1ddc0315636339749b305d6 (patch)
treee036041524ba1f2e34badb9102b16f2bd6d62a8f /bin/reproducible_remote_scheduler.py
parentadcdcaa0e7a55330b5567d07142a6ac2df2fa45e (diff)
downloadjenkins.debian.net-488f7ffb6b72af39e1ddc0315636339749b305d6.tar.xz
reproducible remote scheduler: fix typo
Diffstat (limited to 'bin/reproducible_remote_scheduler.py')
-rwxr-xr-xbin/reproducible_remote_scheduler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_remote_scheduler.py b/bin/reproducible_remote_scheduler.py
index 19f92fa4..6dd60367 100755
--- a/bin/reproducible_remote_scheduler.py
+++ b/bin/reproducible_remote_scheduler.py
@@ -50,7 +50,7 @@ parser.add_argument('packages', metavar='package', nargs='*',
help='list of packages to reschedule')
scheduling_args = parser.parse_known_args()[0]
if scheduling_args.null:
- scheduling_args = parser.parse_lmown_args(sys.stdin.read().split('\0'))
+ scheduling_args = parser.parse_known_args(sys.stdin.read().split('\0'))
# these are here as an hack to be able to parse the command line
from reproducible_common import *