mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
commands cleanup
This commit is contained in:
parent
74e2b580c9
commit
9d8cf26087
1 changed files with 1 additions and 10 deletions
|
|
@ -63,15 +63,6 @@ class PypeCommands:
|
|||
def texture_copy(self, project, asset, path):
|
||||
pass
|
||||
|
||||
def run_pype_tests(self, keyword, id):
|
||||
pass
|
||||
|
||||
def make_docs(self):
|
||||
pass
|
||||
|
||||
def pype_setup_coverage(self):
|
||||
pass
|
||||
|
||||
def run_application(self, app, project, asset, task, tools, arguments):
|
||||
pass
|
||||
|
||||
|
|
@ -95,7 +86,7 @@ class PypeCommands:
|
|||
bs.data_dir = out_path.parent
|
||||
|
||||
print(f">>> Creating zip in {bs.data_dir} ...")
|
||||
repo_file = bs.install_live_repos()
|
||||
repo_file = bs.create_version_from_live_code()
|
||||
if not repo_file:
|
||||
print("!!! Error while creating zip file.")
|
||||
exit(1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue