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
While reviewing #4379 it came to my attention that we are using some hardcoded constants for logic like the string empty for a path to a nonexistant file. This causes a lot of weird behavior in tests. Instead, we should simply check if these variables exist. They should use None instead of a nonexistent file.
The text was updated successfully, but these errors were encountered:
While reviewing #4379 it came to my attention that we are using some hardcoded constants for logic like the string
empty
for a path to a nonexistant file. This causes a lot of weird behavior in tests. Instead, we should simply check if these variables exist. They should useNone
instead of a nonexistent file.The text was updated successfully, but these errors were encountered: