Skip to content

Commit ec73103

Browse files
committed
a line was too long
1 parent 242fb8a commit ec73103

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

astroquery/atomic/core.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,8 @@ def query_object_async(self, *, wavelength_range=None, wavelength_type='', wavel
250250
def _parse_result(self, response):
251251

252252
if 'ERROR: request form contains no information' in response.text:
253-
raise ValueError(f"The server returned an error. Please check the URL. The full error message is {response.text}")
253+
raise ValueError("The server returned an error. Please check the URL."
254+
f" The full error message is {response.text}")
254255
elif 'ERROR' in response.text:
255256
raise ValueError(f"The server returned an error. The full error message is {response.text}")
256257

0 commit comments

Comments
 (0)