Skip to content

Commit

Permalink
Update src/registrar/fixtures/fixtures_user_portfolio_permissions.py
Browse files Browse the repository at this point in the history
Co-authored-by: zandercymatics <[email protected]>
  • Loading branch information
rachidatecs and zandercymatics authored Oct 1, 2024
1 parent 7e0a915 commit ac9f011
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def load(cls):
else:
logger.info(
f"Permission exists for user '{user.username}' "
"on portfolio '{portfolio.organization_name}'."
f"on portfolio '{portfolio.organization_name}'."
)
except Exception as e:
logger.warning(e)
Expand Down

0 comments on commit ac9f011

Please sign in to comment.