Correct f-string in own recent changes
This commit is contained in:
@@ -122,7 +122,7 @@ class PlayRenderedAnim(Operator):
|
|||||||
file = rd.frame_path(frame=scene.frame_start, preview=False)
|
file = rd.frame_path(frame=scene.frame_start, preview=False)
|
||||||
file = bpy.path.abspath(file) # expand '//'
|
file = bpy.path.abspath(file) # expand '//'
|
||||||
if not os.path.exists(file):
|
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]
|
cmd = [player_path]
|
||||||
# extra options, fps controls etc.
|
# extra options, fps controls etc.
|
||||||
|
Reference in New Issue
Block a user