Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit 61b4b10

Browse files
committed
Fix typos in 'run_on_backend'
1 parent 08c084f commit 61b4b10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/hd_tomography.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36917,7 +36917,7 @@
3691736917
" if not assets_path.exists():\n",
3691836918
" assets_path.mkdir()\n",
3691936919
" if not assets_path.is_dir():\n",
36920-
" raise TypeError(\"is not a directory: {assets_path}\")\n",
36920+
" raise TypeError(f\"is not a directory: {assets_path}\")\n",
3692136921
"\n",
3692236922
" result_path_base = rf\"result-{circuit.name}-{backend.name}-{shots}\"\n",
3692336923
" maps_str = maps2str(maps) if maps is not None else None\n",

0 commit comments

Comments
 (0)