Skip to content

Commit

Permalink
make names match variable names
Browse files Browse the repository at this point in the history
  • Loading branch information
n8pease committed Nov 3, 2020
1 parent 0038b8f commit b99ceb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/lsst/daf/butler/cli/butler.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ def _setupLogging(self, ctx):
# click.MultiCommand instead of the context.
# https://github.com/click-contrib/sphinx-click/issues/70
CliLog.initLog(longlog=False)
logging.debug("The passed-in context was not a click.Context, could not determine longlog or log"
"level values.")
logging.debug("The passed-in context was not a click.Context, could not determine --long-log or
"--log-level values.")

@classmethod
def getPluginList(cls):
Expand Down

0 comments on commit b99ceb9

Please sign in to comment.