Skip to content

Commit

Permalink
pylint.
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Bailey committed Sep 23, 2018
1 parent a06273a commit 237d308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faucet/dp.py
Expand Up @@ -964,7 +964,7 @@ def _get_acl_config_changes(self, logger, new_dp):
if acl != new_acl:
changed_acls[acl_id] = new_acl
logger.info('ACL %s changed: %s' % (
acl_id, diff(acl.to_conf(), new_acl.to_conf(), context=1)),
acl_id, diff(acl.to_conf(), new_acl.to_conf(), context=1)))
return changed_acls

def _get_vlan_config_changes(self, logger, new_dp):
Expand Down

0 comments on commit 237d308

Please sign in to comment.