mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
print begin and end of burnin script
This commit is contained in:
parent
6470155aa2
commit
06905c880b
1 changed files with 2 additions and 0 deletions
|
|
@ -545,6 +545,7 @@ def burnins_from_data(
|
|||
|
||||
|
||||
if __name__ == "__main__":
|
||||
print("* Burnin script started")
|
||||
in_data = json.loads(sys.argv[-1])
|
||||
burnins_from_data(
|
||||
in_data["input"],
|
||||
|
|
@ -554,3 +555,4 @@ if __name__ == "__main__":
|
|||
options=in_data.get("options"),
|
||||
burnin_values=in_data.get("values")
|
||||
)
|
||||
print("* Burnin script has finished")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue