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
The deliver call does not raise any errors, and it is not caught in a try Except.
Instead it returns a dictionary with the correct key (sample name) but with empty values.
A raise should be done on deliver to avoid this and warn the user about an error in the backend.
Bug when inputing a Rucio DID with a typo.
The
deliver
call does not raise any errors, and it is not caught in atry Except
.Instead it returns a dictionary with the correct key (sample name) but with empty values.
A raise should be done on
deliver
to avoid this and warn the user about an error in the backend.Example code, on
version 3.1.0
:Output:
uprootrawquery1: Transform ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/0 --:-- Download ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/0 --:-- Files: {'uprootrawquery1': []}
The text was updated successfully, but these errors were encountered: