From ecc8d9fec4626164a7308a996548548d2b008266 Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Fri, 14 Apr 2023 17:29:17 +0200 Subject: [PATCH] somecomments --- app.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app.py b/app.py index d2b2beb8..fd50e944 100644 --- a/app.py +++ b/app.py @@ -577,6 +577,8 @@ if __name__ == "__main__": parser.set_defaults(debug=False) args = parser.parse_args() + # The default configuration must be kept unchanged as it is committed to the repository, + # so we have to make a copy that is not comitted if args.config=="default": args.config = "local_default" if not Path(f"configs/local_default.yaml").exists():