Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CTI Tools
tosca2doc
Commits
a0666570
Commit
a0666570
authored
Aug 22, 2022
by
Miguel Angel Reina Ortega
Browse files
Remove "example" from filename
Signed-off-by:
Miguel Angel Reina Ortega
<
miguelangel.reinaortega@etsi.org
>
parent
17aec1d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/doc2tosca.py
View file @
a0666570
...
...
@@ -405,7 +405,8 @@ def print_to_files(prefix=None):
for
k
in
EXAMPLES
:
if
prefix
is
not
None
:
fnm
=
os
.
path
.
join
(
prefix
,
"example_"
+
EXAMPLES
[
k
].
filename
)
#fnm = os.path.join(prefix, "example_"+EXAMPLES[k].filename)
fnm
=
os
.
path
.
join
(
prefix
,
EXAMPLES
[
k
].
filename
)
else
:
fnm
=
EXAMPLES
[
k
].
filename
logging
.
info
(
"Writing example file: "
+
fnm
)
...
...
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