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
sds
py-bake
Commits
ef230617
Commit
ef230617
authored
Sep 27, 2018
by
Matthieu Dorier
Browse files
small bug corrected
parent
0a78cd22
Changes
1
Hide whitespace changes
Inline
Side-by-side
pybake/target.py
View file @
ef230617
...
...
@@ -24,7 +24,7 @@ class BakeTargetID():
"""
if
(
self
.
_tid
is
None
):
return
str
(
None
)
return
_pybaketarget
.
target_id_to_string
(
self
.
_tid
)
return
str
(
_pybaketarget
.
target_id_to_string
(
self
.
_tid
)
)
@
staticmethod
def
from_str
(
string
):
...
...
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