Skip to content
Snippets Groups Projects
Commit 6c6dc6cc authored by Philipp Schmidt's avatar Philipp Schmidt
Browse files

Always disable use of voview files

parent 8c0c3200
No related branches found
No related tags found
No related merge requests found
...@@ -128,6 +128,8 @@ proposal_run_input_pattern = re.compile( ...@@ -128,6 +128,8 @@ proposal_run_input_pattern = re.compile(
def _open_input_data(path, **dc_kwargs): def _open_input_data(path, **dc_kwargs):
dc_kwargs['_use_voview'] = False
if not path.is_dir(): if not path.is_dir():
m = proposal_run_input_pattern.match(str(path)) m = proposal_run_input_pattern.match(str(path))
......
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