We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5602e6e commit 06d0a2cCopy full SHA for 06d0a2c
1 file changed
formate/__main__.py
@@ -96,10 +96,8 @@ def main(
96
97
retv = 0
98
99
- config_file = PathPlus(config_file)
100
-
101
# If `config_file` is a filename (rather than a path), look in CWD and parent directories
102
- config_file = _find_from_parents(config_file)
+ config_file = _find_from_parents(PathPlus(config_file))
103
104
try:
105
config = load_toml(config_file)
0 commit comments