mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-02 23:35:37 +00:00
Add missing comma to tuple
This commit is contained in:
@@ -27,7 +27,7 @@ trans_modifiers = {
|
|||||||
|
|
||||||
targets = ("", "target", "target2")
|
targets = ("", "target", "target2")
|
||||||
# null_target uses "_" instead of "" because "" gets skipped in some for loops. Replace with "" when actually using the value.
|
# null_target uses "_" instead of "" because "" gets skipped in some for loops. Replace with "" when actually using the value.
|
||||||
null_target = ("_")
|
null_target = ("_",)
|
||||||
|
|
||||||
named_trans = {
|
named_trans = {
|
||||||
"p": targets,
|
"p": targets,
|
||||||
|
Reference in New Issue
Block a user