Skip to content
Snippets Groups Projects
Commit 95e6a88f authored by Attila Farkas's avatar Attila Farkas
Browse files

move generated files to a single directory

parent 5030516b
No related branches found
No related tags found
1 merge request!7Resolve Refactoring
......@@ -48,6 +48,7 @@ def load_template(template_name):
return template_env.get_template(template_name)
def _create_provisioning_directories(directory, device_definitions):
""" Creates all subdirectories for privisioning. """
try:
os.mkdir(OUTPUT_DIRECTORY + "/" + directory)
......
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