Skip to content

Commit

Permalink
Logging
Browse files Browse the repository at this point in the history
k-burt-uch committed Jan 24, 2025
1 parent d2567d0 commit 4827f42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fence/sync/passport_sync/ras_sync.py
Original file line number Diff line number Diff line change
@@ -34,7 +34,9 @@ def _parse_single_visa(self, user, encoded_visa, expires, parse_consent_code):
info = {}
info["tags"] = {}
self.logger.info(f"decoded_visa: {decoded_visa}")
self.logger.info(f"expires: {expires}")
if time.time() < expires:
self.logger("expires is in the future, proceeding")
for permission in ras_dbgap_permissions:
phsid = permission.get("phs_id", "")
consent_group = permission.get("consent_group", "")

0 comments on commit 4827f42

Please sign in to comment.