Skip to content
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

Add baton JSON serialization/deserialization for Python applications #223

Merged
merged 6 commits into from
Oct 18, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix typo
Co-authored-by: mksanger <73285932+mksanger@users.noreply.github.com>
  • Loading branch information
kjsanger and mksanger authored Oct 18, 2024
commit 7ff73542177b9286aa66cde7a3b30b67fbc455f0
2 changes: 1 addition & 1 deletion src/partisan/irods.py
Original file line number Diff line number Diff line change
Expand Up @@ -1383,7 +1383,7 @@ def rods_path_type(
) -> Type[RodsItem] | None:
"""Return a Python type representing the kind of iRODS path supplied.

e.g. Collection for and iRODS collection, DataObject for an iRODS data object.
e.g. Collection for an iRODS collection, DataObject for an iRODS data object.
The value returned is what the iRODS server recognises the path as. If the
remote path does not exist, returns None.

Expand Down