-
Notifications
You must be signed in to change notification settings - Fork 13
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
get_apk: download() doesn't rename files anymore #19
get_apk: download() doesn't rename files anymore #19
Conversation
8c1091f
to
6858559
Compare
@@ -61,88 +58,41 @@ def signal_handler(self, signal, frame): | |||
|
|||
def cleanup(self): |
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.
It may be useful to run this before we download, but the current behavior (not dying if it exists and overwriting) is probably acceptable.
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.
Good thinking. I created this good first bug.
Needs some integration tests0.2.0 incoming!