mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
fix linter
This commit is contained in:
parent
9f591b2605
commit
a0bd78027c
1 changed files with 2 additions and 2 deletions
|
|
@ -279,8 +279,8 @@ def write_project_to_op(project: dict, dbcon: AvalonMongoDB) -> UpdateOne:
|
|||
project_data['resolutionWidth'] = match_res.group(1)
|
||||
project_data['resolutionHeight'] = match_res.group(2)
|
||||
else:
|
||||
log.warning(f"\'{project['resolution']}\' does not match the "
|
||||
"expected format for the resolution, for example: 1920x1080")
|
||||
log.warning(f"\'{project['resolution']}\' does not match the expected"
|
||||
" format for the resolution, for example: 1920x1080")
|
||||
|
||||
return UpdateOne(
|
||||
{"_id": project_doc["_id"]},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue