Skip to content

Commit 28ac16f

Browse files
petebryanPete Bryanianhelle
authored
Minor notebook fixes (#102)
Co-authored-by: Pete Bryan <[email protected]> Co-authored-by: Ian Hellen <[email protected]>
1 parent 1c2bc46 commit 28ac16f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AutomatedNotebooks-Manager.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"from msticpy.common.azure_auth import az_connect\r\n",
1919
"from msticpy.common.keyvault_client import BHKeyVaultClient\r\n",
2020
"from msticpy.data.azure_sentinel import AzureSentinel\r\n",
21-
"from msticpy.common.exceptions import CloudError"
21+
"from azure.common.exceptions import CloudError"
2222
],
2323
"outputs": [],
2424
"metadata": {}
@@ -29,7 +29,7 @@
2929
"source": [
3030
"# Open a log file that tracks notebook executions\r\n",
3131
"path = Path.cwd().joinpath(\"notebook_execution.log\")\r\n",
32-
"logging.basicConfig(filename=path, level=logging.info)"
32+
"logging.basicConfig(filename=path)"
3333
],
3434
"outputs": [],
3535
"metadata": {}

0 commit comments

Comments
 (0)