mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Fix type hint having too few arguments
This commit is contained in:
parent
3d4ae8838d
commit
6adc2c9c26
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ class CreateHDA(plugin.HoudiniCreator):
|
|||
maintain_selection = False
|
||||
|
||||
def _check_existing(self, folder_path, product_name):
|
||||
# type: (str) -> bool
|
||||
# type: (str, str) -> bool
|
||||
"""Check if existing product name versions already exists."""
|
||||
# Get all products of the current folder
|
||||
project_name = self.project_name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue