Fix type hint having too few arguments

This commit is contained in:
Roy Nieterau 2024-03-20 01:10:57 +01:00
parent 3d4ae8838d
commit 6adc2c9c26

View file

@ -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