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
bliss
Commits
53f0cc43
Commit
53f0cc43
authored
Jun 04, 2021
by
Wout De Nolf
Browse files
SCAN_SAVING.sample: autocomplete + no need to warn the user (newsample is also still valid)
parent
fc7e64d4
Pipeline
#48082
passed with stages
in 123 minutes and 48 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
bliss/scanning/scan_saving.py
View file @
53f0cc43
...
...
@@ -887,9 +887,8 @@ class ESRFScanSaving(BasicScanSaving):
self
.
_collection_object
=
self
.
_get_collection_object
(
create
=
True
)
return
self
.
_collection_object
@
property
@
autocomplete_
property
def
sample
(
self
):
logtools
.
user_warning
(
"Use 'collection' instead of 'sample'"
)
return
self
.
collection
@
property_with_eval_dict
...
...
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