Skip to content

Commit

Permalink
Fix parameters to serve_data()
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Oct 24, 2023
1 parent 0e3d0df commit a67217f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra_data/cli/serve_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def main(argv=None):

try:
serve_data(

Check warning on line 78 in extra_data/cli/serve_run.py

View check run for this annotation

Codecov / codecov/patch

extra_data/cli/serve_run.py#L77-L78

Added lines #L77 - L78 were not covered by tests
sel, source_glob=args.source, key_glob=args.key,
sel, args.port,
append_detector_modules=args.append_detector_modules,
dummy_timestamps=args.dummy_timestamps,
use_infiniband=args.use_infiniband, sock=args.socket_type
Expand Down

0 comments on commit a67217f

Please sign in to comment.