You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default values on SiteSync point to a hardcoded windows path set on settings.py instead of to those set up in the frontend, forcing the artist to an unnecessary extra step.
local_roots: list[RootSubmodel] = Field(
default=default_roots,
title="Local roots overrides",
scope=["site"],
description="Overrides for local root(s)."
)
It's also impossible to point to the user's home directory via tilde (~) nor browsing using the $(whoami) variable. Is there any way to point to the current user's home folder on MacOS?
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
The default values on SiteSync point to a hardcoded windows path set on settings.py instead of to those set up in the frontend, forcing the artist to an unnecessary extra step.
It's also impossible to point to the user's home directory via tilde (~) nor browsing using the $(whoami) variable. Is there any way to point to the current user's home folder on MacOS?
Thanks
The text was updated successfully, but these errors were encountered: