From 918043a3cebfe9b70066cb63047a81dbe4314bbe Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Wed, 26 Oct 2016 17:29:09 +0200 Subject: [PATCH] ctl: fix typo in trigger_jumps command --- wcs/ctl/trigger_jumps.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/wcs/ctl/trigger_jumps.py b/wcs/ctl/trigger_jumps.py index 433639c..b41c2e2 100644 --- a/wcs/ctl/trigger_jumps.py +++ b/wcs/ctl/trigger_jumps.py @@ -59,9 +59,9 @@ class CmdTriggerJumps(Command): if not sub_options.all_formdata and not args: exit('missing input json file(s) (or --all-formdata flag)') if not sub_options.vhost: - exit('you must specificy --vhost') + exit('you must specify --vhost') if not sub_options.trigger: - exit('you must specificy --trigger') + exit('you must specify --trigger') if sub_options.formdef_id and sub_options.workflow_id: exit('specify --workflow-id or --formdef-id') @@ -149,4 +149,3 @@ def select_and_jump_formdata(formdef, trigger, rows, status_ids=None): print 'formdata %s jumps to status %s' % (formdata, jump_to) jump_and_perform(formdata, jump_to, row.get('data')) break # next formdata - -- 2.10.1