almost there
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user