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
There's a bug with what's on the main branch where the sorted(used_paths) raises an exception about not being able to compare two StaticFile instances. It can be solved by adding @dataclass(..., order=True) to the decorator.