We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d36a603 commit ce3b709Copy full SHA for ce3b709
src/qcodes/dataset/database_extract_runs.py
@@ -195,7 +195,7 @@ def export_datasets_and_create_metadata_db(
195
196
Args:
197
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.
+ target_db_path: Path to the target database file that will be created. Error is raised if it already exist.
199
export_path: Optional path where NetCDF files should be exported. If None,
200
uses the default export path from QCoDeS configuration.
201
0 commit comments