Skip to content

Commit 02fbc0a

Browse files
committed
Fix _main() arg back to sym: str
This slipped in early from #414 before merge and was likely due to cherry-picking from #417.
1 parent 4729e4c commit 02fbc0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

piker/ui/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def chart(
174174

175175

176176
_main(
177-
syms=symbols,
177+
sym=symbols[0],
178178
brokernames=brokernames,
179179
piker_loglevel=pikerloglevel,
180180
tractor_kwargs={

0 commit comments

Comments
 (0)