yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #09260
[Bug 1275906] [NEW] Remove str() from message formating block
Public bug reported:
Remove str() from message formatting code, example: "Error %s" % str(x),
because %s conversion converts any Python object using str()
** Affects: nova
Importance: Undecided
Status: New
--
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/1275906
Title:
Remove str() from message formating block
Status in OpenStack Compute (Nova):
New
Bug description:
Remove str() from message formatting code, example: "Error %s" %
str(x), because %s conversion converts any Python object using str()
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1275906/+subscriptions
Follow ups
References