mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
fix the typo of rstrip
This commit is contained in:
parent
9ffc657ee6
commit
6deb9338cb
1 changed files with 1 additions and 1 deletions
|
|
@ -3452,7 +3452,7 @@ def get_head_filename_without_hashes(original_path, name):
|
|||
"%.*d",
|
||||
"{{:0>{}}}".format(padding),
|
||||
fhead
|
||||
).rstip(".")
|
||||
).rstrip(".")
|
||||
new_fhead = "{}.{}".format(fhead, name)
|
||||
filename = filename.replace(fhead, new_fhead)
|
||||
return filename
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue