Skip to content

Commit

Permalink
use fully qualified package name
Browse files Browse the repository at this point in the history
The fully qualified name is used in error reporting.
  • Loading branch information
n8pease committed Apr 29, 2020
1 parent 15de529 commit a838a43
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 @@ -30,8 +30,8 @@
from lsst.utils import doImport

# localCmdPkg identifies commands that are in this package, in the dict of
# commands used in this file.
localCmdPkg = "localPackage"
# commands used in this file. This string is used in error reporting.
localCmdPkg = "lsst.daf.butler.cli.cmd"

log = logging.getLogger(__name__)

Expand Down

0 comments on commit a838a43

Please sign in to comment.