-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: check whether xattr is changed before and after clear #57
fix: check whether xattr is changed before and after clear #57
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Congratulations on making your first pull request to exif-stripper
! Please familiarize yourself with the contributing guidelines, if you haven't already.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #57 +/- ##
===========================================
- Coverage 100.00% 95.90% -4.10%
===========================================
Files 3 3
Lines 105 122 +17
===========================================
+ Hits 105 117 +12
- Misses 0 5 +5
|
5dc73e2
to
69121e0
Compare
69121e0
to
78e00ad
Compare
b3aaa0c
to
96d8716
Compare
96d8716
to
f3b6236
Compare
Some extend attributes cannot be removed in certain setups on macOS, which would cause the file being modified meaninglessly
f3b6236
to
097eeb1
Compare
…e attribute warning
Thanks, @Lee-W! |
Fixes #56
Describe your changes
Why
Some extend attributes cannot be removed in certain setups on macOS, which would cause
the file being modified meaninglessly
Checklist