Closed ThomasWaldmann closed 2 months ago
E.g. if a url can't be parsed, it's currently a ValueError:
ValueError: Invalid Backend Storage URL: sftp://gateway/tmp/test
If it would be a more specific exception, borgbackup (or other code using borgstore) could catch these and not show a traceback.
See also https://github.com/borgbackup/borg/issues/8373 .
E.g. if a url can't be parsed, it's currently a ValueError:
If it would be a more specific exception, borgbackup (or other code using borgstore) could catch these and not show a traceback.
See also https://github.com/borgbackup/borg/issues/8373 .