nvbn / thefuck

Magnificent app which corrects your previous console command.
MIT License
83.62k stars 3.41k forks source link

Fix path strip issue in which function(util.py) #1412

Open paintedblue opened 8 months ago

paintedblue commented 8 months ago

The pull request fixes the issue where the command correction functionality would incorrectly strip paths with spaces in them. This was reported in issue #1382

Updated the path parsing logic to handle spaces correctly in utils.py. Conducted tests in test_utils.py to cover the scenarios that led to the discovered issues.

I have performed a self-review of my own code and my changes generate no new warnings.