Skip to content

Commit

Permalink
Pass through _use_voview when opening multiple origins
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Nov 11, 2024
1 parent 61fd38c commit ce3ff70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra_data/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -2011,7 +2011,7 @@ def open_run(
origin_dc = open_run(
proposal, run, data=origin, include=include,
file_filter=file_filter, inc_suspect_trains=inc_suspect_trains,
parallelize=parallelize, aliases=aliases,
parallelize=parallelize, aliases=aliases, _use_voview=_use_voview,
)
except FileNotFoundError:
if origin not in absence_ok:
Expand Down

0 comments on commit ce3ff70

Please sign in to comment.