Skip to content

Commit 412d5cb

Browse files
committed
test: revert prevsious injected error
1 parent 7e9ce2e commit 412d5cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python/cocoindex/cli.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,7 @@ def ls(app_target: str | None):
177177
click.echo("No persisted flow setups found in the backend.")
178178
return
179179

180-
persisted_flow_names = set(persisted_flow_names)
181-
for name in persisted_flow_names:
180+
for name in sorted(persisted_flow_names):
182181
click.echo(name)
183182

184183
@cli.command()

0 commit comments

Comments
 (0)