almost there

This commit is contained in:
Jake
2025-04-12 15:20:05 +01:00
parent c0b5e95d98
commit a79c245511
5 changed files with 46 additions and 30 deletions
+2
View File
@@ -35,6 +35,8 @@ def load_config():
except yaml.YAMLError as e:
logging.error(f'Error loading config.yaml: {e}')
sys.exit(ec.CORRUPTED_CONFIG_FILE)
except Exception as e:
logging.error(f'some other problem {e}')
logger = logging.getLogger("data_pipeline_for_ynab")
os.makedirs('logs', exist_ok=True)