Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pycalibration
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
calibration
pycalibration
Commits
47db95d9
Commit
47db95d9
authored
3 years ago
by
Thomas Kluyver
Browse files
Options
Downloads
Patches
Plain Diff
Don't pass --priority from webservice to xfel-calibrate
parent
4e93002d
No related branches found
No related tags found
1 merge request
!590
Remove unused code to automatically select Slurm reservation
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
webservice/webservice.py
+2
-4
2 additions, 4 deletions
webservice/webservice.py
with
2 additions
and
4 deletions
webservice/webservice.py
+
2
−
4
View file @
47db95d9
...
...
@@ -838,8 +838,8 @@ class ActionsServer:
:param instrument: is the instrument
:param cycle: is the facility cycle
:param proposal: is the proposal id
:param runnr:
is
the run number in integer form,
e.g
. without leading
"
r
"
:param runnr: the run number in integer form,
i.e
. without leading
"
r
"
:param priority: unused, retained for compatibility
This will trigger a correction process to be launched for that run in
the given cycle and proposal.
...
...
@@ -911,8 +911,6 @@ class ActionsServer:
thisconf
[
"
out-folder
"
]
=
out_folder
thisconf
[
"
karabo-id
"
]
=
karabo_id
thisconf
[
"
run
"
]
=
runnr
if
priority
:
thisconf
[
"
priority
"
]
=
str
(
priority
)
detectors
[
karabo_id
]
=
thisconf
copy_file_set
=
copy_file_list
.
difference
(
corr_file_list
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment