Skip to content

Commit 01973c1

Browse files
committed
Update src/qcodes/dataset/database_extract_runs.py
1 parent e87e941 commit 01973c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/qcodes/dataset/database_extract_runs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def export_datasets_and_create_metadata_db(
279279

280280
processed_experiments[exp_id] = target_exp_id
281281
_LOG.info(
282-
f"Created experiment '{exp_attrs['name']}' with ID {target_exp_id} in target database"
282+
f"Created experiment `{exp_attrs['name']}` on `{exp_attrs['sample_name']}` with ID {target_exp_id} in target database"
283283
)
284284
else:
285285
target_exp_id = processed_experiments[exp_id]

0 commit comments

Comments
 (0)