Skip to content

Commit

Permalink
chore(error-msg): add hint in usersync error
Browse files Browse the repository at this point in the history
  • Loading branch information
vpsx committed Nov 7, 2019
1 parent 12c7fd2 commit c02d80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fence/sync/sync_users.py
Original file line number Diff line number Diff line change
Expand Up @@ -1056,7 +1056,7 @@ def _sync(self, sess):
if not self.arborist_client:
raise EnvironmentError(
"yaml file contains authz section but sync is not configured with"
" arborist client"
" arborist client--did you run sync with --arborist <arborist client> arg?"
)
self.logger.info("Synchronizing arborist...")
success = self._update_arborist(sess, user_yaml)
Expand Down

0 comments on commit c02d80b

Please sign in to comment.