-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
local and remote opening appears to matter when writing #493
Comments
The script here fails to reproduce the issue (runs and performs as expected, without errors), but is structurally identical to the snippet above. Maybe we could try it out on the platform mentioned above (4.2.7/1.1.8/Py3.11.2) ? It takes a local file called
Note sections marked with |
Please confirm the opposite as well... (open iRODS first, then local). |
Confirmed, works with the with-clauses inverted. |
well, that's comforting. okay. not a priority until someone can show us it's broken. thanks. |
To investigate / reproduce...
Reported issue with opening a local file and writing to iRODS...
Works - open iRODS data object for write, then open local file for read
Does not work - open local file for read, then open iRODS data object for write
The text was updated successfully, but these errors were encountered: