mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix hound
This commit is contained in:
parent
25e912aedc
commit
2ff9ca21aa
3 changed files with 2 additions and 5 deletions
|
|
@ -24,7 +24,8 @@ class OpenPypeContextSelector:
|
|||
|
||||
self.openpype_executable = "openpype_gui"
|
||||
if platform.system().lower() == "windows":
|
||||
op_exec = "{}.exe".format(self.openpype_executable)
|
||||
self.openpype_executable = "{}.exe".format(
|
||||
self.openpype_executable)
|
||||
|
||||
op_path = os.environ.get("OPENPYPE_ROOT")
|
||||
print("initializing ... {}".format(op_path))
|
||||
|
|
|
|||
|
|
@ -360,6 +360,3 @@ class PypeCommands:
|
|||
cmd = "pytest {} {} {}".format(folder, mark_str, pyargs_str)
|
||||
print("Running {}".format(cmd))
|
||||
subprocess.run(cmd)
|
||||
|
||||
def show_context_selector(self):
|
||||
...
|
||||
|
|
@ -8,4 +8,3 @@ def test_rr_job():
|
|||
# manager = ModulesManager()
|
||||
# rr_module = manager.modules_by_name["royalrender"]
|
||||
...
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue