Skip to content
Commit 2b2e572c authored by Pranav Lawate's avatar Pranav Lawate
Browse files

Show absolute paths in skipped file messages



When files are skipped, isort now displays their absolute paths in verbose
mode, consistent with the "Fixing" messages. This improves debugging by
making it clear which files are being skipped.

Changes:
- isort/main.py:1178 - Convert file_name to absolute path before appending
- isort/files.py:24 - Use full_path instead of just dirname
- isort/files.py:35 - Use absolute filepath instead of just filename

Fixes #2412

Signed-off-by: default avatarPranav Lawate <pran.lawate@gmail.com>
parent 63262264
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment