datalad / datalad-next

DataLad extension for new functionality and improved user experience
https://datalad.org
Other
7 stars 8 forks source link

Fix exception arguments #736

Closed christian-monch closed 3 months ago

christian-monch commented 3 months ago

This PR fixes the arguments to UrlOperationsRessourceUnknown and UrlOperationsRemoteError in FileUrlOperations.upload() and adds a regression test for UrlOperationsRemoteError.

christian-monch commented 3 months ago

The failing test_wtf-test in datalad-core is addressed in PR datalad #7628.

The type errors will be corrected by PR #649