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
ID11
id11
Commits
6d1890b6
Commit
6d1890b6
authored
Dec 10, 2019
by
bliss administrator
Browse files
* added motordesc utility
parent
a20d2ee8
Changes
1
Hide whitespace changes
Inline
Side-by-side
id11/utils.py
0 → 100644
View file @
6d1890b6
def
motordesc
(
*
mots
):
for
mot
in
mots
:
cfg
=
mot
.
config
.
config_dict
desc
=
cfg
.
get
(
"description"
,
"no description."
)
print
(
f
"
{
mot
.
name
}
:
{
desc
}
"
)
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