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
006ee903
Commit
006ee903
authored
5 years ago
by
Karim Ahmed
Browse files
Options
Downloads
Patches
Plain Diff
remove figures-local from conf
parent
4274d1a3
No related branches found
No related tags found
1 merge request
!130
fix/cpy_conf_after_req
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
reportservice/report_conf.yaml
+0
-1
0 additions, 1 deletion
reportservice/report_conf.yaml
reportservice/report_service.py
+1
-1
1 addition, 1 deletion
reportservice/report_service.py
with
1 addition
and
2 deletions
reportservice/report_conf.yaml
+
0
−
1
View file @
006ee903
GLOBAL
:
git
:
figures-local
:
"
/gpfs/exfel/data/scratch/xcal/calibration/DetectorCharacterization/figures"
repo-local
:
"
/gpfs/exfel/data/scratch/xcal/calibration/DetectorCharacterization/"
figures-remote
:
"
http://git@git.xfel.eu/gitlab/detectors/DetectorCharacterization.git"
server-port
:
"
tcp://max-exfl016:5566"
...
...
This diff is collapsed.
Click to expand it.
reportservice/report_service.py
+
1
−
1
View file @
006ee903
...
...
@@ -199,7 +199,7 @@ async def server_runner(conf_file):
logging
.
error
(
Errors
.
REQUEST_MALFORMED
.
format
(
response
))
continue
logging
.
info
(
'
Requested Configuration: {}
'
.
format
(
req_cfg
))
logging
.
info
(
'
Requested Configuration: {}
'
.
format
(
req_cfg
))
async
def
do_action
(
cfg
):
...
...
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