Skip to content

Commit ed043fb

Browse files
authored
Merge pull request #2228 from bsipocz/tapplus_verbose_off
Turn off default verbosity for TapPlus
2 parents c8d678b + c1bf201 commit ed043fb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ Infrastructure, Utility and Other Changes and Additions
2424
- Adding ``--alma-site`` pytest option for testing to have a control over
2525
which specific site to test. [#2224]
2626

27+
utils.tap
28+
^^^^^^^^^
29+
30+
- Changing the default verbosity of TapPlus to False. [#2228]
31+
2732

2833
0.4.4 (2021-11-17)
2934
==================

astroquery/utils/tap/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ def __init__(self, url=None,
724724
table_edit_context=None,
725725
data_context=None,
726726
datalink_context=None,
727-
verbose=True):
727+
verbose=False):
728728
"""Constructor
729729
730730
Parameters

0 commit comments

Comments
 (0)