Skip to content
GitLab
Menu
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
73f3d962
Commit
73f3d962
authored
Aug 30, 2020
by
Matias Guijarro
Browse files
common/axis.py: fixed typo
parent
259e7c58
Changes
1
Hide whitespace changes
Inline
Side-by-side
bliss/common/axis.py
View file @
73f3d962
...
...
@@ -703,8 +703,8 @@ class Axis:
"disabled_cache"
,
[]
)
# get it from controller (parent)
disabled_cache
.
extend
(
config
.
get
(
"disabled_cache"
,
[]))
# get it for this axis
for
setting
s
_name
in
disabled_cache
:
self
.
settings
.
disable_cache
(
setting
s
_name
)
for
setting_name
in
disabled_cache
:
self
.
settings
.
disable_cache
(
setting_name
)
self
.
_unit
=
self
.
config
.
get
(
"unit"
,
str
,
None
)
self
.
_polling_time
=
config
.
get
(
"polling_time"
,
DEFAULT_POLLING_TIME
)
global_map
.
register
(
self
,
parents_list
=
[
"axes"
,
controller
])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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