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
update all tests to remove the unnecessary conversion from path to str.
Sorry, I mean if tmp_path alone works? I check the definition of AbstractConfigLoader have a signature of conf_source: str, but I expect it should be conf_source : str | Path.
The text was updated successfully, but these errors were encountered:
noklam
changed the title
Sorry, I mean if tmp_path alone works? I check the definition of AbstractConfigLoader have a signature of conf_source: str, but I expect it should be conf_source : str | Path.AbstractConfigLoader have a signature of conf_source: str, but it should be conf_source : str | PathAug 2, 2023
Description
Sorry, I mean if
tmp_path
alone works? I check the definition ofAbstractConfigLoader
have a signature ofconf_source: str
, but I expect it should beconf_source : str | Path
.A quick experiment suggests that it should work
cc @merelcht
Originally posted by @noklam in #2869 (comment)
The text was updated successfully, but these errors were encountered: