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
It seems like the tool always writes the result into the current directory, which is pretty unexpected. I think you should provide an --inplace option or fail explicitly if you don't know where to save the result.
Currently for the unsuspecting newcomer it seems that the tool does nothing when run on a different path.
The text was updated successfully, but these errors were encountered:
Fixed with release 1.2.3: we can always determine the correct output file using os.path.abspath, and then isort subdirectory/pythonfile.py works as expected.
It seems like the tool always writes the result into the current directory, which is pretty unexpected. I think you should provide an --inplace option or fail explicitly if you don't know where to save the result.
Currently for the unsuspecting newcomer it seems that the tool does nothing when run on a different path.
The text was updated successfully, but these errors were encountered: