From 911d14f75dd7ede27579615adf4bfb62c79f831e Mon Sep 17 00:00:00 2001 From: Shuotian Cheng Date: Thu, 3 May 2018 11:42:21 -0700 Subject: [PATCH] [acl_loader]: Missing one colon (#252) Signed-off-by: Shu0T1an ChenG --- acl_loader/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acl_loader/main.py b/acl_loader/main.py index 705ac5ff8061..e0d0743a9138 100644 --- a/acl_loader/main.py +++ b/acl_loader/main.py @@ -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: