Skip to content

Commit

Permalink
expand robot level to system and projects using query
Browse files Browse the repository at this point in the history
  • Loading branch information
peters-david committed Mar 13, 2024
1 parent ce8eef7 commit 4d72b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/harbor.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ async def construct_full_robot_name(target_robot: Robot) -> str:


async def sync_robot_accounts(target_robots: [Robot]):
current_robots = await client.get_robots()
current_robots = await client.get_robots(query='Level=*')
current_robot_names = [
current_robot.name for current_robot in current_robots
]
Expand Down

0 comments on commit 4d72b40

Please sign in to comment.