mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix PEP8 complaint
This commit is contained in:
parent
239e50f30d
commit
6b2cda2861
1 changed files with 1 additions and 1 deletions
|
@ -587,7 +587,7 @@ def query(method='droplets', droplet_id=None, command=None, args=None, http_meth
|
|||
'An error occurred while querying DigitalOcean. HTTP Code: {0} '
|
||||
'Error: {1!r}'.format(
|
||||
request.status_code,
|
||||
#request.read()
|
||||
# request.read()
|
||||
request.text
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue