From b5dccf69e7f863f090a3375f60d01cc10663e78e Mon Sep 17 00:00:00 2001 From: Shiva Nadi Date: Fri, 1 Mar 2024 17:54:34 +0100 Subject: [PATCH] Change log path --- scripts/convert_input_files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/convert_input_files.py b/scripts/convert_input_files.py index 22e6dd7..b6d2dea 100644 --- a/scripts/convert_input_files.py +++ b/scripts/convert_input_files.py @@ -4,7 +4,7 @@ import logging -logging.basicConfig(filename='logs/extractor.log', level=logging.DEBUG) +logging.basicConfig(filename='extractor.log', level=logging.DEBUG)