yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #27020
[Bug 1412727] [NEW] LOG.warn(msg, xxx) can't be found by pep8 check
Public bug reported:
nova had check for LOG.warn becaues of p3
compatible issue , but it didn't include the check for
the LOG.warn(msg, xxx) format
so the following violation can't be found
msg = _('abc')
LOG.warn(msg, xxx)
** Affects: nova
Importance: Undecided
Assignee: jichenjc (jichenjc)
Status: In Progress
** Changed in: nova
Assignee: (unassigned) => jichenjc (jichenjc)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1412727
Title:
LOG.warn(msg, xxx) can't be found by pep8 check
Status in OpenStack Compute (Nova):
In Progress
Bug description:
nova had check for LOG.warn becaues of p3
compatible issue , but it didn't include the check for
the LOG.warn(msg, xxx) format
so the following violation can't be found
msg = _('abc')
LOG.warn(msg, xxx)
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1412727/+subscriptions
Follow ups
References