heudiconv icon indicating copy to clipboard operation
heudiconv copied to clipboard

PermissionError: [Errno 13] Permission denied: '...tests/anonymize_script.py'

Open yarikoptic opened this issue 4 years ago • 0 comments

when tested as installed by python3 -m pytest -s -v --pyargs heudiconv it would fail since installed modules are not executable. We should either copy that file to temporary location and make it executable or just produce those on the fly.

yarikoptic avatar Apr 21 '20 02:04 yarikoptic