Correct f-string in own recent changes

This commit is contained in:
Campbell Barton
2018-07-02 09:18:38 +02:00
parent 26c5a1c301
commit bfbfb1c47e

View File

@@ -122,7 +122,7 @@ class PlayRenderedAnim(Operator):
file = rd.frame_path(frame=scene.frame_start, preview=False)
file = bpy.path.abspath(file) # expand '//'
if not os.path.exists(file):
self.report({'WARNING'}, "File {file!r} not found")
self.report({'WARNING'}, f"File {file!r} not found")
cmd = [player_path]
# extra options, fps controls etc.