fprettify icon indicating copy to clipboard operation
fprettify copied to clipboard

Fix config file search when stdin

Open jhrmnn opened this issue 4 years ago • 1 comments

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

jhrmnn avatar Feb 02 '21 08:02 jhrmnn

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

danielhollas avatar May 26 '21 17:05 danielhollas