From 3fe99b239aacb48d032a330702eee342a8fbdb78 Mon Sep 17 00:00:00 2001 From: Ben Bariteau Date: Tue, 4 Jun 2024 14:03:07 -0700 Subject: [PATCH] debug --- aactivator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aactivator.py b/aactivator.py index 1983c33..4dd1f87 100755 --- a/aactivator.py +++ b/aactivator.py @@ -243,7 +243,7 @@ def security_check(path): if insecure_path is not None: return ( 'aactivator: Cowardly refusing to source {0} because writeable by others: {1}' - .format(relpath(path), relpath(insecure_path)) + .format(path, insecure_path) )