We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ac9f68 commit a1b5155Copy full SHA for a1b5155
astroquery/nrao/core.py
@@ -339,6 +339,8 @@ def query_async(self,
339
cache_fn = os.path.join(self.cache_location, last_pickle)
340
os.remove(cache_fn)
341
if retry > 0:
342
+ log.warning("Query resulted in an empty result. Retrying {0}"
343
+ " more times.".format(retry))
344
self.query_async(cache=cache, retry=retry-1, **kwargs)
345
else:
346
raise ValueError("Query resulted in an empty result but "
0 commit comments