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 are multiple cases in the codebase where cached_file is called. It correctly handles a remote repository not having a file but the behavior of that method is different when working with local directories. It returns None.
This return value should be handled properly.
The text was updated successfully, but these errors were encountered:
There are multiple cases in the codebase where cached_file is called. It correctly handles a remote repository not having a file but the behavior of that method is different when working with local directories. It returns
None
.This return value should be handled properly.
The text was updated successfully, but these errors were encountered: