Skip to content

Commit

Permalink
Fix _main() arg back to sym: str
Browse files Browse the repository at this point in the history
This slipped in early from #414 before merge and was likely due to
cherry-picking from #417.
  • Loading branch information
goodboy committed Nov 12, 2022
1 parent 4729e4c commit 02fbc0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion piker/ui/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def chart(


_main(
syms=symbols,
sym=symbols[0],
brokernames=brokernames,
piker_loglevel=pikerloglevel,
tractor_kwargs={
Expand Down

0 comments on commit 02fbc0a

Please sign in to comment.