Skip to content

Commit

Permalink
Merge pull request #269 from vertica/nocode_ui_pages_update_04
Browse files Browse the repository at this point in the history
Correction for warning text
  • Loading branch information
oualib authored Jun 5, 2024
2 parents e4667ea + 3b7fb7b commit 94d5683
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/ui/qprof-ui.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
" display(btn)\n",
" except Exception as e:\n",
" logging.info(f'[Query Profile Tree Page] Failed to export qprof because of this error:{e}')\n",
" print(\"\\033[91mReport was not created successfully.\\033[0m\")\n",
" print(\"\\033[91mUnsuccessful.\\033[0m\")\n",
" print(\"Error:\", e)\n",
" print(\"\\n Press the button below to generate and download the HTML report...\")\n",
" display(btn_report)\n",
Expand Down Expand Up @@ -280,7 +280,7 @@
" a.setAttribute('href', '{data_url}');\n",
" a.click();\n",
" \"\"\"\n",
" with download_output:\n",
" with output_export:\n",
" clear_output()\n",
" display(HTML(f'<script>{js_code}</script>'))\n",
"\n",
Expand Down

0 comments on commit 94d5683

Please sign in to comment.