Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix an error in debug logging of cloud-what
The `requests.PreparedRequest` may not have any `.body` attribute set. This happens when unit tests are run, for example. In that case the test would crash.
- Loading branch information