Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
benbariteau committed Jun 4, 2024
1 parent aa85065 commit 3fe99b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aactivator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
)


Expand Down

0 comments on commit 3fe99b2

Please sign in to comment.