Skip to content

Commit

Permalink
Fix logging of lint result files (Cherry-pick of #10959) (#10968)
Browse files Browse the repository at this point in the history
[ci skip-rust]
  • Loading branch information
Eric-Arellano committed Oct 15, 2020
1 parent 6a4ac8c commit 05b4865
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 05b4865

Please sign in to comment.