Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Yield error if attempts_allowed is not int
For that exception we did get logged: ❯ grep Assertion /home/yoh/.local/state/dandi-cli/log/2024.12.16* /home/yoh/.local/state/dandi-cli/log/2024.12.16-15.24.12Z-119733.log:AssertionError: attempts_allowed_or_not is None of type <class 'NoneType'> which makes little sense (besides some thread unsafe handling or None becoming bool(True))). To overcome and avoid need for assert, just fold that condition directly into "if" statement.
- Loading branch information