Fix python format warnings (#25841)
This commit is contained in:
@@ -129,7 +129,7 @@ def _render_image_metadata(metadata):
|
||||
px = size["width"] * size["height"]
|
||||
|
||||
# FIXME: May need need more chars here too
|
||||
deltas.append(f"// Frame {i:3d}: ({l:3d}, {t:3d}) - ({r:3d}, {b:3d}) >> {delta_px:4d}/{px:4d} pixels ({100*delta_px/px:.2f}%)")
|
||||
deltas.append(f"// Frame {i:3d}: ({l:3d}, {t:3d}) - ({r:3d}, {b:3d}) >> {delta_px:4d}/{px:4d} pixels ({100 * delta_px / px:.2f}%)")
|
||||
|
||||
if deltas:
|
||||
lines.append("// Areas on delta frames")
|
||||
|
||||
Reference in New Issue
Block a user