Skip to content

Commit

Permalink
format black
Browse files Browse the repository at this point in the history
  • Loading branch information
mattreex committed Feb 26, 2021
1 parent ebc1757 commit 0558e63
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fence/sync/sync_users.py
Original file line number Diff line number Diff line change
Expand Up @@ -1502,7 +1502,9 @@ def _update_arborist(self, session, user_yaml):
if response:
self._created_roles.add(role["id"])
except ArboristError as e:
self.logger.info("couldn't update role '{}', creating instead".format(str(e)))
self.logger.info(
"couldn't update role '{}', creating instead".format(str(e))
)
try:
response = self.arborist_client.create_role(role)
if response:
Expand Down

0 comments on commit 0558e63

Please sign in to comment.