Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim committed Dec 14, 2023
1 parent c00c178 commit 9f11db2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions cylc/flow/scripts/trigger.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ def _validate(options):

async def run(options: 'Values', workflow_id: str, *tokens_list):
pclient = get_client(workflow_id, timeout=options.comms_timeout)

mutation_kwargs = {
'request_string': MUTATION,
'variables': {
Expand All @@ -165,7 +164,6 @@ def main(parser: COP, options: 'Values', *ids: str):
if options.flow is None:
options.flow = [FLOW_ALL] # default to all active flows
_validate(options)

call_multi(
partial(run, options),
*ids,
Expand Down
1 change: 1 addition & 0 deletions tests/integration/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ async def test_reflog(flow, scheduler, run, reflog, complete):

async with run(schd):
triggers = reflog(schd) # Note: add flow_nums=True to capture flows
breakpoint()
await complete(schd)

assert triggers == {
Expand Down

0 comments on commit 9f11db2

Please sign in to comment.