Skip to content

Commit

Permalink
Fix also Tutorial 3
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl authored Oct 30, 2023
1 parent 278b248 commit 3b61382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial/3 - Metadata collection and export to NeXus.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"source": [
"data_path = '../../' # Put in Path to a storage of at least 20 Gbyte free space.\n",
"if not os.path.exists(data_path + \"/WSe2.zip\"):\n",
" os.system(f\"curl --output {data_path}/WSe2.zip https://zenodo.org/record/6369728/files/WSe2.zip\")\n",
" os.system(f\"curl -L --output {data_path}/WSe2.zip https://zenodo.org/record/6369728/files/WSe2.zip\")\n",
"if not os.path.isdir(data_path + \"/Scan049_1\") or not os.path.isdir(data_path + \"energycal_2019_01_08/\"):\n",
" os.system(f\"unzip -d {data_path} -o {data_path}/WSe2.zip\")"
]
Expand Down

0 comments on commit 3b61382

Please sign in to comment.