Skip to content
Snippets Groups Projects

Add orca passthrough

Merged Robert Rosca requested to merge feat/orca-passthrough into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -861,7 +861,6 @@ class ActionsServer:
@@ -861,7 +861,6 @@ class ActionsServer:
_orca_passthrough(
_orca_passthrough(
proposal_number=proposal,
proposal_number=proposal,
runs=[runnr],
runs=[runnr],
action="correct",
route="execute",
route="execute",
)
)
@@ -991,6 +990,7 @@ class ActionsServer:
@@ -991,6 +990,7 @@ class ActionsServer:
runs=runs,
runs=runs,
action="dark",
action="dark",
route="execute",
route="execute",
 
karabo_id=karabo_id,
)
)
pconf_full = self.load_proposal_config(cycle, proposal)
pconf_full = self.load_proposal_config(cycle, proposal)
Loading