Skip to content
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

Refactor unpacker #7

Closed
wants to merge 1 commit into from
Closed

Refactor unpacker #7

wants to merge 1 commit into from

Conversation

mdxs
Copy link

@mdxs mdxs commented Mar 26, 2019

Refactored the Unpacker class: by adding a __del__ method instances can ensure that the temporary folder gets deleted without the need to explicitly call the delete method. Note that it is my intention to remove the delete method in a later PR. For the time being, the delete method is however kept, as the dfu.py command line tool currently still uses it (see #5 for the refactoring of dfu.py).

@mdxs mdxs force-pushed the refactor_unpacker branch from 314016c to 691bb06 Compare March 26, 2019 22:44
@mdxs mdxs closed this Mar 26, 2019
@mdxs
Copy link
Author

mdxs commented Mar 26, 2019

Somehow, my repository is a bit messed up... I will wait for other PRs (#5 and #6) to be merged first, before cloning a fresh copy and re-submit this PR for refactoring the Unpacker. What's wrong here is that somehow the README.md is included; don't know why. Sorry for the confusion, I'm not the best git user ever... my cheatsheet works well, but sometimes I make a mistake and find myself lost. I have however local opportunities to resolve...

@mdxs mdxs deleted the refactor_unpacker branch March 26, 2019 22:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant