diff --git a/tutorial/3_metadata_collection_and_export_to_NeXus.ipynb b/tutorial/3_metadata_collection_and_export_to_NeXus.ipynb index 4fadc8cb..5ee3f418 100644 --- a/tutorial/3_metadata_collection_and_export_to_NeXus.ipynb +++ b/tutorial/3_metadata_collection_and_export_to_NeXus.ipynb @@ -44,7 +44,7 @@ "metadata": {}, "outputs": [], "source": [ - "_, subdirs = load_dataset(\"WSe2\", \"./\") # Put in Path to a storage of at least 20 Gbyte free space.\n", + "data_path, subdirs = load_dataset(\"WSe2\", \"./\") # Put in Path to a storage of at least 20 Gbyte free space.\n", "scandir = subdirs[0] # The Scan directory\n", "# data_path, subdirs = load_dataset(\"WSe2\") # This will use the default location to store the data\n", "\n",