Skip to content
Snippets Groups Projects
Commit 72a9f1a6 authored by Rishi Sharma's avatar Rishi Sharma
Browse files

Remove misleading comment

parent 573e4331
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,6 @@ def read_ini(file_path): ...@@ -24,7 +24,6 @@ def read_ini(file_path):
if __name__ == "__main__": if __name__ == "__main__":
args = utils.get_args() args = utils.get_args()
# prevents accidental log overwrites
Path(args.log_dir).mkdir(parents=True, exist_ok=True) Path(args.log_dir).mkdir(parents=True, exist_ok=True)
log_level = { log_level = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment