Skip to content

Commit

Permalink
Fix #388 (#389)
Browse files Browse the repository at this point in the history
Fix issue #388
  • Loading branch information
JoranAngevaare committed Feb 1, 2021
1 parent b82d366 commit 01657ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strax/run_selection.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def select_runs(self, run_mode=None, run_id=None,
select blinded dsatasets that aren't bad or messy
"""
if self.runs is None:
self.scan_runs()
self.scan_runs(check_available=strax.to_str_tuple(available))
dsets = self.runs.copy()

if pattern_type not in ('re', 'fnmatch'):
Expand Down

0 comments on commit 01657ca

Please sign in to comment.