Skip to content

Commit cc3dcc9

Browse files
committed
flush
1 parent 62c5a4c commit cc3dcc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/nrao/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ def _get_data(self, solr_id, email=None):
415415
not_done = True
416416
while not_done:
417417
time.sleep(1)
418-
print(".", end='')
418+
print(".", end='', flush=True)
419419
resp = self._request('GET', wait_url, cache=False)
420420
resp.raise_for_status()
421421
if 'INPROGRESS' in resp.text:

0 commit comments

Comments
 (0)