mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Remove redundant default value
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
parent
583dae949d
commit
a4ec6c4a77
1 changed files with 1 additions and 1 deletions
|
|
@ -545,7 +545,7 @@ def save_next_version(
|
|||
elif last_workfile is not None:
|
||||
ext = os.path.splitext(last_workfile.filepath)[1]
|
||||
else:
|
||||
ext = next(iter(workfile_extensions), None)
|
||||
ext = next(iter(workfile_extensions))
|
||||
ext = ext.lstrip(".")
|
||||
|
||||
if ext:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue