Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
mail4umar committed Jun 14, 2024
1 parent e8aca99 commit 7848a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/ui/qprof_main.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@
" output_2.clear_output(wait=True)\n",
" with output_2:\n",
" key_val = key.value if key.value else key_dropdown.value\n",
" target_schema_val = target_schema.value if target_schema.value else schema_dropwdown.value\n",
" target_schema_val = target_schema.value if target_schema.value else schema_dropdown.value\n",
" if not schema_exists(target_schema_val):\n",
" print(\"\\033[91m\\033[1m Error! The schema does not exist. \\033[0m\\033[0m\")\n",
" else:\n",
Expand Down

0 comments on commit 7848a9c

Please sign in to comment.