Skip to content

Commit 5e92a44

Browse files
gbrammerbsipocz
authored andcommitted
fix whitespace for travis
1 parent 1dc07ae commit 5e92a44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

astroquery/eso/core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -758,8 +758,8 @@ def retrieve_data(self, datasets, continuation=False, destination=None,
758758
data_download_form = self._request("GET", request_url,
759759
cache=False)
760760

761-
if ('Request Handler - Error' in
762-
data_download_form.content.decode('utf-8')):
761+
_content = data_download_form.content.decode('utf-8')
762+
if ('Request Handler - Error' in _content):
763763
# Likely a problem with the request_url
764764
msg = (f"The form at {request_url} returned an error."
765765
" See your recent requests at "

0 commit comments

Comments
 (0)