Skip to content

Commit

Permalink
[acl_loader]: Missing one colon (sonic-net#252)
Browse files Browse the repository at this point in the history
Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
  • Loading branch information
Shuotian Cheng authored and lguohan committed May 10, 2018
1 parent 557248d commit 69baff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acl_loader/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ def convert_rules(self):
warning("%s table does not exist" % (table_name))
continue

if self.current_table is not None and self.current_table != table_name
if self.current_table is not None and self.current_table != table_name:
continue

for acl_entry_name in acl_set.acl_entries.acl_entry:
Expand Down

0 comments on commit 69baff7

Please sign in to comment.