mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
fix line length
This commit is contained in:
parent
86ce8d799b
commit
e9e6c68523
1 changed files with 2 additions and 1 deletions
|
|
@ -243,7 +243,8 @@ class WorkfileDataParser:
|
|||
data["version"] = version_replacement
|
||||
data["comment"] = comment_replacement
|
||||
for pattern, replacement in (
|
||||
# Replace `.{ext}` with `{ext}` so we are sure dot is not at the end
|
||||
# Replace `.{ext}` with `{ext}` so we are sure dot is not
|
||||
# at the end
|
||||
(r"\.?{ext}", ext_replacement),
|
||||
):
|
||||
file_template = re.sub(pattern, replacement, file_template)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue