Skip to content

Commit

Permalink
Merge branch 'master' into is779/prep-users-in-groups
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov authored Dec 10, 2024
2 parents 6d9e3fb + 561985c commit e4a9810
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ async def get_projects_w_solver_page(
show_hidden=True,
# WARNING: better way to match jobs with projects (Next PR if this works fine!)
# WARNING: search text has a limit that I needed to increase for the example!
search=urllib.parse.quote(solver_name, safe=""),
search=solver_name,
)

async def get_projects_page(self, *, limit: int, offset: int):
Expand Down

0 comments on commit e4a9810

Please sign in to comment.