Change string format style

This commit is contained in:
Grant Sanderson 2020-06-18 16:26:04 -07:00
parent 4fdd655564
commit 81f6063736

View file

@ -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 = [