mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
fix method name
This commit is contained in:
parent
d5c4009935
commit
d96998626a
1 changed files with 1 additions and 1 deletions
|
|
@ -641,7 +641,7 @@ class BaseHandler(object):
|
|||
cls.__name__,
|
||||
datetime.datetime.now().strftime("%y-%m-%d-%H%M")
|
||||
)
|
||||
cls.add_component_to_job(
|
||||
cls.add_file_component_to_job(
|
||||
job, session, temp_filepath, component_name
|
||||
)
|
||||
# Delete temp file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue