Uh oh!
There was an error while loading. Please reload this page.
Fix: Mac/Extras.install.py,Can not filter osx .DS_store file, skip issue - #98580
Fix: Mac/Extras.install.py,Can not filter osx .DS_store file, skip issue#98580zhangbo2012 wants to merge 6 commits into
Conversation
bedevere-bot
commented
Oct 24, 2022
Most changes to Python require a NEWS entry. Please add it using the blurb_it web app or the blurb command-line tool. |
bedevere-bot
commented
Oct 24, 2022
Most changes to Python require a NEWS entry. Please add it using the blurb_it web app or the blurb command-line tool. |
bedevere-bot
commented
Oct 25, 2022
Most changes to Python require a NEWS entry. Please add it using the blurb_it web app or the blurb command-line tool. |
bedevere-bot
commented
Oct 27, 2022
Most changes to Python require a NEWS entry. Please add it using the blurb_it web app or the blurb command-line tool. |
bedevere-bot
commented
Oct 28, 2022
Most changes to Python require a NEWS entry. Please add it using the blurb_it web app or the blurb command-line tool. |
bedevere-bot
commented
Oct 31, 2022
Most changes to Python require a NEWS entry. Please add it using the blurb_it web app or the blurb command-line tool. |
ned-deily
commented
Nov 21, 2022
Superseded by #98943 |
Fix: Mac/Extras.install.py,Can not filter osx .DS_store file, skip issue
Mac/Extras.install.py,Can not filter osx DS_store file
As
But in OSX, Real File Name is
.DS_Store, like this(venv) zhangbo@zhangbodeMacBook-Pro a2 % ll -a total 16 drwxr-xr-x 4 zhangbo staff 128 Oct 22 17:34 . drwxr-xr-x 8 zhangbo staff 256 Oct 22 17:18 .. -rw-r--r--@ 1 zhangbo staff 6148 Oct 22 17:17 .DS_Store drwxr-xr-x 3 zhangbo staff 96 Oct 22 17:23 123So we need update
.DS_storeto.DS_StoreThanks to @arhadthedev show a more clean code