mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +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__,
|
cls.__name__,
|
||||||
datetime.datetime.now().strftime("%y-%m-%d-%H%M")
|
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
|
job, session, temp_filepath, component_name
|
||||||
)
|
)
|
||||||
# Delete temp file
|
# Delete temp file
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue