Skip to content

Commit

Permalink
added test logging
Browse files Browse the repository at this point in the history
  • Loading branch information
seekermarcel committed Jan 22, 2025
1 parent 6c90af9 commit f6e8df3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ async def sync_projects(client, path, logger):

logger.info("Syncing projects")
target_projects_string = await fill_template(client, path, logger)
logger.info("target_project_string " + target_projects_string)
target_projects = json.loads(target_projects_string)
current_projects = await client.get_projects(limit=None)
current_project_names = [
Expand Down

0 comments on commit f6e8df3

Please sign in to comment.