DIANA_CFG_DIR -> ARTEMIS_CFG_DIR

This commit is contained in:
2024-04-21 04:57:58 +00:00
parent 752d27b30a
commit 2d0c26c6ca
4 changed files with 8 additions and 3 deletions

View File

@ -91,6 +91,8 @@ if __name__ == "__main__":
config = CoreConfig()
if path.exists(f"{args.config}/core.yaml"):
config.update(yaml.safe_load(open(f"{args.config}/core.yaml")))
os.environ["ARTEMIS_CFG_DIR"] = args.config
logger = logger.create_logger(
"Reader",