Skip to content

Commit f025bc4

Browse files
regression
1 parent abf229c commit f025bc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aignostics/application/_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ def application_runs( # noqa: C901, PLR0912, PLR0913, PLR0914, PLR0915, PLR0917
640640
page_size = LIST_APPLICATION_RUNS_MAX_PAGE_SIZE
641641
try:
642642
# Handle query parameter with union semantics (note OR tags)
643-
if query is not None:
643+
if query:
644644
# Search for runs matching query in notes
645645
note_runs_dict: dict[str, RunData] = {}
646646
flag_case_insensitive = ' flag "i"'

0 commit comments

Comments
 (0)