Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
dynamic-graph-python
Commits
4db30576
Commit
4db30576
authored
Nov 04, 2019
by
Guilhem Saurel
Browse files
[Python 3] map returns an iterator
parent
c2dcb9b2
Pipeline
#7144
passed with stage
in 20 minutes and 19 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
src/dynamic_graph/entity.py
View file @
4db30576
...
...
@@ -140,7 +140,7 @@ class Entity(object):
"""
Print the list of signals into standard output: temporary.
"""
signals
=
self
.
signals
()
signals
=
list
(
self
.
signals
()
)
if
len
(
signals
)
==
0
:
display
(
"--- <"
+
self
.
name
+
"> has no signal"
)
else
:
...
...
Write
Preview
Markdown
is supported
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