-
Notifications
You must be signed in to change notification settings - Fork 34
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
#231: improve backup() method to delete junctions in win #233
#231: improve backup() method to delete junctions in win #233
Conversation
Pull Request Test Coverage Report for Build 8249652820Details
💛 - Coveralls |
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.
@mvomiero Thank you for your PR. Great that you found, analyzed and fixed the problem. 👍
While your PR is fixing the problem it introduces some code duplication. I added a comment for rework. But apart from that all is fine and then it can be merged.
…hodDeleteJunctionsWin
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.
@mvomiero thanks for your update. You perfectly resolved the redundancies now. Great work 👍
Ready for merge.
Fixes: #231 by adding a method isJunction() and deleting the file if it is a Junction in the backup() method.