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
workflow
representation
Commits
a25e4d2b
Commit
a25e4d2b
authored
Jul 31, 2020
by
payno
Browse files
[node] fix typo in logger __name__ -> __file__
parent
e99104e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
scheme/node.py
View file @
a25e4d2b
...
...
@@ -35,7 +35,7 @@ import importlib
from
typing
import
Union
from
importlib.machinery
import
SourceFileLoader
_logger
=
logging
.
getLogger
(
__
fil
e__
)
_logger
=
logging
.
getLogger
(
__
nam
e__
)
global
next_node_free_idF
next_node_free_id
=
0
...
...
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