Skip to content

Commit

Permalink
Cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
BigRoy committed Sep 11, 2024
1 parent 1cb68e4 commit 9181820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/ayon_tvpaint/api/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 == '\\':
Expand Down

0 comments on commit 9181820

Please sign in to comment.