Skip to content

Commit

Permalink
turn off verbose for the CalibrationService method config. One does n…
Browse files Browse the repository at this point in the history
…ot want verbose by default on an API.
  • Loading branch information
KathleenLabrie committed May 4, 2019
1 parent e899b2c commit ca1d65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe_system/cal_service/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ class CalibrationService(object):
def __init__(self):
self._mgr = None

def config(self, db_dir=None, verbose=True,
def config(self, db_dir=None, verbose=False,
config_file=STANDARD_REDUCTION_CONF):
"""
Configure the Calibration Service and database.
Expand Down

0 comments on commit ca1d65c

Please sign in to comment.