🐛 pass argument in deprecated function

This commit is contained in:
Ondrej Samohel 2022-09-08 16:54:46 +02:00
parent 9e1fb2bc6c
commit 831050799d
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

@ -252,7 +252,7 @@ class IWorkfileHost:
Remove when all usages are replaced.
"""
self.save_workfile()
self.save_workfile(dst_path)
def open_file(self, filepath):
"""Deprecated variant of 'open_workfile'.