diff --git a/kadmos/vistoms/interface_vistoms.py b/kadmos/vistoms/interface_vistoms.py index e1e332fdd067cfff9709ad905298ecec195276db..490ccfbc649f6ad0d379968c1541f48ddb179be9 100644 --- a/kadmos/vistoms/interface_vistoms.py +++ b/kadmos/vistoms/interface_vistoms.py @@ -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)