Skip to content

Commit

Permalink
Fix #1010 add midway as dali (#1012)
Browse files Browse the repository at this point in the history
* Fix #1010 add midway as dali

* Update rundb.py

* Update rundb.py
  • Loading branch information
JoranAngevaare authored Apr 12, 2022
1 parent 21cdab8 commit 04de7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion straxen/storage/rundb.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class RunDB(strax.StorageFrontend):
storage_type = strax.StorageType.LOCAL
# Dict of alias used in rundb: regex on hostname
hosts = {
'dali': r'^dali.*rcc.*|fried.rice.edu',
'dali': r'^dali.*rcc.*|^midway2.*rcc.*|fried.rice.edu'
}

provide_run_metadata = True
Expand Down

0 comments on commit 04de7d8

Please sign in to comment.