mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
formatting fix
This commit is contained in:
parent
767e8d46ca
commit
3dcbc2ff18
1 changed files with 4 additions and 2 deletions
|
|
@ -1408,7 +1408,8 @@ class PlaceholderLoadMixin(object):
|
|||
default=options.get("asset"),
|
||||
placeholder="regex filtering by asset name",
|
||||
tooltip=(
|
||||
"Filtering assets by matching field regex to asset's name"
|
||||
"Filtering assets by matching"
|
||||
" field regex to asset's name"
|
||||
)
|
||||
),
|
||||
attribute_definitions.TextDef(
|
||||
|
|
@ -1417,7 +1418,8 @@ class PlaceholderLoadMixin(object):
|
|||
default=options.get("subset"),
|
||||
placeholder="regex filtering by subset name",
|
||||
tooltip=(
|
||||
"Filtering assets by matching field regex to subset's name"
|
||||
"Filtering assets by matching"
|
||||
" field regex to subset's name"
|
||||
)
|
||||
),
|
||||
attribute_definitions.TextDef(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue