Skip to content
Snippets Groups Projects
Commit 97db42a9 authored by imcovangent's avatar imcovangent
Browse files

Test commit for server

Former-commit-id: 055ce447fc71a5d0f9d6de964d5f6b95fd4565b0
parent f3c0656d
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ def interface(debug=True, tempdir=None):
raise ReferenceError('Could not create new temporary directory.')
# Copy all files from folder to another folder
folder = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'examples')
folder = 'examples_test'
src_files = os.listdir(folder)
for file_name in src_files:
full_file_name = os.path.join(folder, file_name)
......
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