dell / iDRAC-Redfish-Scripting

Python and PowerShell scripting for Dell EMC PowerEdge iDRAC REST API with DMTF Redfish
GNU General Public License v2.0
600 stars 278 forks source link

Correct string interpolation of print() returns #193

Closed daviesow closed 2 years ago

daviesow commented 2 years ago

Correct several instances of string interpolation being applied to the return value of a print statement rather than to the template string inside the print statement. This throws an error when run under Python3.

Jeff-liaojinfu commented 2 years ago

您的邮件我已经收到,我会尽快回复您!

texroemer commented 2 years ago

@daviesow

Thanks for the catch!