mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
removed forgotten line
This commit is contained in:
parent
fae5a6506c
commit
3280d1a8aa
1 changed files with 0 additions and 1 deletions
|
|
@ -238,7 +238,6 @@ def get_pype_path_from_db(url: str) -> Union[str, None]:
|
|||
path to Pype or None if not found
|
||||
"""
|
||||
global_settings = get_pype_global_settings(url)
|
||||
return global_settings.get("pype_path", {}).get(platform.system().lower())
|
||||
paths = (
|
||||
global_settings
|
||||
.get("pype_path", {})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue