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
d26b8632
Commit
d26b8632
authored
3 years ago
by
Cyril Danilevski
Committed by
Karim Ahmed
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Clarify webservice simulated messages
parent
f78c6a9f
No related branches found
No related tags found
1 merge request
!495
Show clearer messages when running webservice in sim mode
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
webservice/messages.py
+2
-2
2 additions, 2 deletions
webservice/messages.py
with
2 additions
and
2 deletions
webservice/messages.py
+
2
−
2
View file @
d26b8632
...
...
@@ -25,8 +25,8 @@ class Success:
UPLOADED_CONFIG
=
"
SUCCESS: Uploaded config for cycle {}, proposal {}
"
START_CORRECTION
=
"
SUCCESS: Started correction: proposal {}, run {}
"
START_CHAR
=
"
SUCCESS: Started dark characterization: proposal {}, run {}
"
START_CORRECTION_SIM
=
"
SUCCESS: S
tarted s
imulated correction: proposal {}, run {}
"
START_CHAR_SIM
=
"
SUCCESS: S
tarted
dark characterization: proposal {}, run {}
"
START_CORRECTION_SIM
=
"
SUCCESS: Simulated
, not submitting jobs. Would do
correction: proposal {}, run {}
"
START_CHAR_SIM
=
"
SUCCESS: S
imulated, not submitting jobs. Would do
dark characterization: proposal {}, run {}
"
QUEUED
=
"
SUCCESS: Queued proposal {}, run {} for offline calibration
"
DONE_CORRECTION
=
"
SUCCESS: Finished correction: proposal {}. run {}
"
DONE_CHAR
=
"
SUCCESS: Finished dark characterization: proposal {}, run {}
"
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