fortran-lang / fprettify

auto-formatter for modern fortran source code
https://pypi.python.org/pypi/fprettify
Other
370 stars 76 forks source link

Fix config file search when stdin #98

Open jhrmnn opened 3 years ago

jhrmnn commented 3 years ago

Without the fix, the search starts one directory above the current directory.

danielhollas commented 3 years ago

I just ran into this as well. The fix looks good to me. It would be nice to have a test for this, maybe extending / modifying this test case:

https://github.com/pseewald/fprettify/blob/cb254022c2034ad3b8f744f4dad1bf5b7438815d/fprettify/tests/__init__.py#L253