mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
require addon name/version
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
parent
e0339aeb10
commit
725584a8db
1 changed files with 2 additions and 2 deletions
|
|
@ -106,8 +106,8 @@ class ProcessContext:
|
|||
"""
|
||||
def __init__(
|
||||
self,
|
||||
addon_name: str = None,
|
||||
addon_version: str = None,
|
||||
addon_name: str,
|
||||
addon_version: str,
|
||||
project_name: Optional[str] = None,
|
||||
headless: Optional[bool] = None,
|
||||
**kwargs,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue