Skip to content

Commit 4f68a4a

Browse files
committed
Merge remote-tracking branch 'agroener/cosmosim-fixes'
2 parents a67b820 + 0cddd7f commit 4f68a4a

File tree

2 files changed

+235
-137
lines changed

2 files changed

+235
-137
lines changed

astroquery/cosmosim/core.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,9 @@ def check_all_jobs(self, phase=None, regex=None, sortby=None):
366366

367367
frame = sys._getframe(1)
368368
do_not_print_job_dict = ['completed_job_info','general_job_info','delete_all_jobs',
369-
'_existing_tables','delete_job','download'] # list of methods which use check_all_jobs() for which I would not like job_dict to be printed to the terminal
369+
'_existing_tables','delete_job','download'] # list of methods which use check_all_jobs()
370+
# for which I would not like job_dict to be
371+
# printed to the terminal
370372
if frame.f_code.co_name in do_not_print_job_dict:
371373
return checkalljobs
372374
else:
@@ -480,7 +482,7 @@ def check_all_jobs(self, phase=None, regex=None, sortby=None):
480482
t['Phase'] = matching_phases
481483
t.pprint()
482484

483-
return checkalljobs
485+
return checkalljobs
484486

485487
def completed_job_info(self,jobid=None,output=False):
486488
"""

0 commit comments

Comments
 (0)