Commit a0666570 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Remove "example" from filename



Signed-off-by: Miguel Angel Reina Ortega's avatarMiguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org>
parent 17aec1d7
......@@ -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)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment