Skip to content

Commit e626943

Browse files
author
Jinnapat Indrapiromkul
committed
Merge branch 'qcodes-sqlite-readonly' of github.com:einsmein/plottr into qcodes-sqlite-readonly
2 parents 7f69322 + 9785371 commit e626943

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plottr/data/qcodes_dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def get_ds_info(ds: 'DataSetProtocol', get_structure: bool = True) -> DataSetInf
162162
return data
163163

164164

165-
def load_dataset_from(path: str, run_id: int, read_only: bool = False) -> 'DataSetProtocol':
165+
def load_dataset_from(path: str, run_id: int, read_only: bool = True) -> 'DataSetProtocol':
166166
"""
167167
Loads ``DataSet`` with the given ``run_id`` from a database file that
168168
is located in in the given ``path``.

0 commit comments

Comments
 (0)