Skip to content

Commit

Permalink
Fix log
Browse files Browse the repository at this point in the history
[ci skip-rust]

[ci skip-build-wheels]
  • Loading branch information
gshuflin committed Oct 14, 2020
1 parent a51f47b commit e4d8196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/pants/core/goals/lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from pants.util.meta import frozen_after_init
from pants.util.strutil import strip_v2_chroot_path

logger = logging.Logger(__name__)
logger = logging.getLogger(__name__)


@dataclass(frozen=True)
Expand Down

0 comments on commit e4d8196

Please sign in to comment.