From 8e3a28ba0ca6ca1d288b320ad53a5c5fa13a8d22 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Tue, 23 May 2017 14:23:36 +0000 Subject: reproducible Debian: Fix splitting. The previous commit worked so long as you wrote -s $'unstable, \ttesting' in your command lines. Signed-off-by: Holger Levsen --- bin/reproducible_remote_scheduler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_remote_scheduler.py') diff --git a/bin/reproducible_remote_scheduler.py b/bin/reproducible_remote_scheduler.py index 5eff003f..2baa22b7 100755 --- a/bin/reproducible_remote_scheduler.py +++ b/bin/reproducible_remote_scheduler.py @@ -116,7 +116,7 @@ def parse_args(): local = False # Shorter names - suites = [x.strip() for x in (scheduling_args.suite or "").split(', \t')] + suites = [x.strip() for x in re.compile(r'[, \t]').split(scheduling_args.suite or "")] suites = [x for x in suites if x] arch = scheduling_args.architecture reason = scheduling_args.message -- cgit v1.2.3-70-g09d2