Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[irods#558] iRODSAccess: Handle non-str types in constructor
This change enables the iRODSAccess constructor to handle iRODSCollection and iRODSDataObject types in addition to str-like types for the 'path' parameter. A TypeError is now raised when an unsupported type is used for this parameter.
- Loading branch information