mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove extra loop
This commit is contained in:
parent
42ed5320b6
commit
d14f1307b6
1 changed files with 0 additions and 1 deletions
|
@ -389,7 +389,6 @@ def build_rule(table=None, chain=None, command=None, position='', full=None, fam
|
|||
else:
|
||||
rule += '--{0} {1} '.format(item, kwargs[item])
|
||||
|
||||
for item in after_jump:
|
||||
rule += ' '.join(after_jump)
|
||||
|
||||
if full in ['True', 'true']:
|
||||
|
|
Loading…
Add table
Reference in a new issue