You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the function /nidm/experiment/Utils/ map_variables_to_terms.py (line 905) the function tries to read the source json with mode "r+" but this is causing a permission denied error with my dataladed dataset since the files are locked.
I think if this is changed to "r" instead of "r+" it should fix the issue. We don't need to write to the file at this point anyway.
Best,
Jay
The text was updated successfully, but these errors were encountered:
dbkeator
added a commit
to dbkeator/PyNIDM
that referenced
this issue
Mar 15, 2021
In the function /nidm/experiment/Utils/ map_variables_to_terms.py (line 905) the function tries to read the source json with mode "r+" but this is causing a permission denied error with my dataladed dataset since the files are locked.
I think if this is changed to "r" instead of "r+" it should fix the issue. We don't need to write to the file at this point anyway.
Best,
Jay
The text was updated successfully, but these errors were encountered: