diff --git a/client/ayon_tvpaint/api/pipeline.py b/client/ayon_tvpaint/api/pipeline.py index eb28ecb..ba2ea77 100644 --- a/client/ayon_tvpaint/api/pipeline.py +++ b/client/ayon_tvpaint/api/pipeline.py @@ -159,7 +159,7 @@ def save_workfile(self, filepath=None): def work_root(self, session): return session["AYON_WORKDIR"] - def get_current_workfile(self): + def get_current_workfile(self): # TVPaint returns a '\' character when no scene is currently opened current_workfile = execute_george("tv_GetProjectName") if current_workfile == '\\':