Skip to content

Commit 69baff7

Browse files
Shuotian Chenglguohan
Shuotian Cheng
authored andcommitted
[acl_loader]: Missing one colon (sonic-net#252)
Signed-off-by: Shu0T1an ChenG <[email protected]>
1 parent 557248d commit 69baff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acl_loader/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ def convert_rules(self):
366366
warning("%s table does not exist" % (table_name))
367367
continue
368368

369-
if self.current_table is not None and self.current_table != table_name
369+
if self.current_table is not None and self.current_table != table_name:
370370
continue
371371

372372
for acl_entry_name in acl_set.acl_entries.acl_entry:

0 commit comments

Comments
 (0)