You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UnsupportedAlgorithmError is a securesystemslib exception that is
reexported inside tuf/api/exceptions.py
It's only used once inside "Targetfile.from_data()" and there it's used
to denote that there is a problem with the given argument.
That's why this error can be replaced with "ValueError" and we can
stop reexporting it from securesystemslib.
Signed-off-by: Martin Vrachev <[email protected]>
0 commit comments