mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Fix syntax error, arg after kwarg.
This commit is contained in:
parent
aa721e89cf
commit
e7b253906a
@ -132,7 +132,7 @@ def save(filename):
|
||||
return out
|
||||
|
||||
|
||||
def append(table='filter', chain, rule=None):
|
||||
def append(table='filter', chain=None, rule=None):
|
||||
'''
|
||||
Append a rule to the specified table/chain.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user