Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bliss
python-handel
Commits
5c16591e
Commit
5c16591e
authored
Oct 23, 2017
by
Vincent Michel
Browse files
Better exception for get_acquisition_values
parent
5f91dfa9
Pipeline
#1250
passed with stages
in 1 minute and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
handel/interface.py
View file @
5c16591e
...
...
@@ -589,7 +589,8 @@ def get_acquisition_value(name, channel=None):
# Inconsistency
if
value
is
None
:
raise
ValueError
(
'The acquisition value differs from channel to channel'
)
'The acquisition value {} differs from channel to channel'
.
format
(
name
))
# Return
return
value
# Get value for a single channel
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment