Files
@ 5b8678cf4e00
Branch filter:
Location: kallithea/MIT-Permissive-License.txt
5b8678cf4e00
1023 B
text/plain
utils: don't raise NotImplementedError in is_valid_repo_uri when the user provides an "invalid" URL
We prefer to reserve NotImplementedError for programming errors that allow
access to unsupported corner cases in code.
We prefer to reserve NotImplementedError for programming errors that allow
access to unsupported corner cases in code.