Skip to content

Commit

Permalink
fix: Fix poor call (#522)
Browse files Browse the repository at this point in the history
Co-authored-by: Alan Christie <[email protected]>
  • Loading branch information
alanbchristie and Alan Christie authored Feb 8, 2024
1 parent 7c3a5f8 commit 7016c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/security.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def get_proposals_for_user_from_ispyb(self, user):
if needs_updating:
if conn := get_configured_connector():
logger.info("Got a connector for '%s'", user.username)
self._extracted_from_get_proposals_for_user_from_ispyb_10(user, conn)
self._get_proposals_from_connector(user, conn)
else:
logger.info("Failed to get a connector for '%s'", user.username)

Expand Down

0 comments on commit 7016c1b

Please sign in to comment.