From 81f60637367817b373ed7ad72ae9cf0cf55fd43c Mon Sep 17 00:00:00 2001 From: Grant Sanderson Date: Thu, 18 Jun 2020 16:26:04 -0700 Subject: [PATCH] Change string format style --- manimlib/scene/scene_file_writer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manimlib/scene/scene_file_writer.py b/manimlib/scene/scene_file_writer.py index e110ad4b..4b954400 100644 --- a/manimlib/scene/scene_file_writer.py +++ b/manimlib/scene/scene_file_writer.py @@ -274,7 +274,7 @@ class SceneFileWriter(object): for pf_path in partial_movie_files: if os.name == 'nt': pf_path = pf_path.replace('\\', '/') - fp.write("file \'{}\'\n".format(pf_path)) + fp.write(f"file \'{pf_path}\'\n") movie_file_path = self.get_movie_file_path() commands = [