Skip to content

Commit ce3b709

Browse files
committed
Update src/qcodes/dataset/database_extract_runs.py
1 parent d36a603 commit ce3b709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qcodes/dataset/database_extract_runs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def export_datasets_and_create_metadata_db(
195195
196196
Args:
197197
source_db_path: Path to the source database file
198-
target_db_path: Path to the target database file. Will be created if it doesn't exist.
198+
target_db_path: Path to the target database file that will be created. Error is raised if it already exist.
199199
export_path: Optional path where NetCDF files should be exported. If None,
200200
uses the default export path from QCoDeS configuration.
201201

0 commit comments

Comments
 (0)