From 9d8cf26087070228984fcacbaafc74f0787ae769 Mon Sep 17 00:00:00 2001 From: Ondrej Samohel Date: Tue, 2 Mar 2021 21:33:41 +0100 Subject: [PATCH] commands cleanup --- pype/pype_commands.py | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/pype/pype_commands.py b/pype/pype_commands.py index 2f81e6a405..455cd4bffb 100644 --- a/pype/pype_commands.py +++ b/pype/pype_commands.py @@ -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)