mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
hound fixes
This commit is contained in:
parent
f1434fa175
commit
52fd938b5a
4 changed files with 4 additions and 4 deletions
|
|
@ -441,7 +441,7 @@ class UnknownAttrWidget(_BaseAttrDefWidget):
|
|||
class FileAttrWidget(_BaseAttrDefWidget):
|
||||
def _ui_init(self):
|
||||
input_widget = FilesWidget(
|
||||
self.attr_def.single_item, self.attr_def.allow_sequences, self
|
||||
self.attr_def.single_item, self.attr_def.allow_sequences, self
|
||||
)
|
||||
|
||||
if self.attr_def.tooltip:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue