Skip to content
Snippets Groups Projects
Commit a0666570 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Remove "example" from filename

parent 17aec1d7
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment