mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
OP-3682 - Hound
This commit is contained in:
parent
5fa019527b
commit
8a21fdfcf2
1 changed files with 2 additions and 2 deletions
|
|
@ -71,7 +71,7 @@ class AddonDownloader:
|
|||
Args:
|
||||
source (dict): {type:"http", "url":"https://} ...}
|
||||
destination (str): local folder to unzip
|
||||
Retursn:
|
||||
Returns:
|
||||
(str) local path to addon zip file
|
||||
"""
|
||||
pass
|
||||
|
|
@ -235,4 +235,4 @@ def check_addons(server_endpoint, addon_folder, downloaders):
|
|||
|
||||
|
||||
def cli(*args):
|
||||
raise NotImplemented
|
||||
raise NotImplementedError
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue