-
Notifications
You must be signed in to change notification settings - Fork 16
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.
couple of comments that we can talk about outside this PR, otherwise lgtm!
sdclientapi/__init__.py
Outdated
submission.source_uuid, submission.uuid | ||
submission.source_uuid, | ||
submission.uuid, | ||
timeout=timeout or self.default_download_timeout, |
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.
Does this work? Won't timeout
get ignored since there isn't a {timeout}
var in the string?
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.
Also do we want to pass a timeout to download_reply
the way we do here for download_submission
?
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.
Oh wow, I added that to the wrong place entirely. Good catch.
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.
Also I figured it's ok for now to not pass this to replies since realistically we aren't going to have huge replies.
Fixes #79
requests
/ Qubes RPC