mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
ruff fixes
This commit is contained in:
parent
614ecfbc58
commit
48d2151d05
1 changed files with 2 additions and 2 deletions
|
|
@ -175,7 +175,7 @@ class SidePanelWidget(QtWidgets.QWidget):
|
|||
True,
|
||||
folder_id,
|
||||
task_id,
|
||||
file_created = workfile_info.file_created,
|
||||
file_created=workfile_info.file_created,
|
||||
file_modified=workfile_info.file_modified,
|
||||
size_value=workfile_info.file_size,
|
||||
created_by=workfile_info.created_by,
|
||||
|
|
@ -279,4 +279,4 @@ class SidePanelWidget(QtWidgets.QWidget):
|
|||
|
||||
# Set as empty string
|
||||
self._details_input.setPlainText("")
|
||||
self._details_input.appendHtml("<br/>".join(lines))
|
||||
self._details_input.appendHtml("<br/>".join(lines))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue