mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Add missing comma to tuple
This commit is contained in:
parent
14e01b5d73
commit
2be41315e7
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ trans_modifiers = {
|
|||
|
||||
targets = ("", "target", "target2")
|
||||
# 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 = {
|
||||
"p": targets,
|
||||
|
|
Loading…
Add table
Reference in a new issue