Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix dropped timeout in pylxd/client.py
When constructing the call, the [next-part] method creates the next element in the chain of /part/<nextpart>. However, it doesn't pass through the timeout parameter which means that it doesn't end up on the final call. This patch fixes that. Signed-off-by: Alex Kavanagh <alex.kavanagh@canonical.com>
- Loading branch information