mirror of
https://github.com/koloideal/Argenta.git
synced 2026-08-08 17:01:13 +03:00
update
This commit is contained in:
@@ -34,7 +34,7 @@ def import_from_string(import_str: str) -> Any:
|
||||
|
||||
|
||||
def run_handler(entry_point: str) -> None:
|
||||
os.environ["RUN_AS_ARGENTA_APPLICATION"] = "1"
|
||||
os.environ["RUN_FROM_ARGENTA_RUNNER"] = "1"
|
||||
|
||||
if str(Path.cwd()) not in sys.path:
|
||||
sys.path.insert(0, str(Path.cwd()))
|
||||
|
||||
Reference in New Issue
Block a user