Skip to content

Commit

Permalink
minor notebook logging change #22
Browse files Browse the repository at this point in the history
  • Loading branch information
bensteUEM committed May 9, 2024
1 parent 1478250 commit ae01a8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion notebooks/qs_ct_only.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
" if not log_directory.exists():\n",
" log_directory.mkdir(parents=True)\n",
" logging.config.dictConfig(config=logging_config)\n",
"logger.info(\"Excecuting Main RUN\")\n"
"logger.info(\"qs_ct_only.ipynb - Jupyter Notebook\")\n"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion notebooks/update.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
" if not log_directory.exists():\n",
" log_directory.mkdir(parents=True)\n",
" logging.config.dictConfig(config=logging_config)\n",
"logger.info(\"Excecuting Main RUN\")\n"
"logger.info(\"update.ipynb - Jupyter Notebook\")\n"
]
},
{
Expand Down

0 comments on commit ae01a8a

Please sign in to comment.