Skip to content

Commit

Permalink
Logging
Browse files Browse the repository at this point in the history
  • Loading branch information
k-burt-uch committed Jan 24, 2025
1 parent e58dfc2 commit 2fa8f34
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 @@ -1480,7 +1480,7 @@ def _process_user_projects(
dbgap_config,
sess,
):
logger.info(user_projects)
logger.info(f"process_user_projects: {user_projects}")
user_projects_to_modify = copy.deepcopy(user_projects)
for username in user_projects.keys():
for project in user_projects[username].keys():
Expand Down

0 comments on commit 2fa8f34

Please sign in to comment.