From 3f4713ffbf1cafc033424771ea41b0d639063820 Mon Sep 17 00:00:00 2001 From: hubobel Date: Sun, 28 Dec 2025 18:48:17 +0100 Subject: [PATCH] Version --- Simbriefimport.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Simbriefimport.py b/Simbriefimport.py index b3a98e2..9126de5 100644 --- a/Simbriefimport.py +++ b/Simbriefimport.py @@ -82,6 +82,10 @@ def ensure_version_info(force: bool = False) -> str: ) """ VERSION_INFO_FILE.write_text(content, encoding="utf-8") + VERSION_RUNTIME_FILE = Path("version_runtime.txt") + + # ... + VERSION_RUNTIME_FILE.write_text(textvers, encoding="utf-8") return textvers def get_build(): try: @@ -550,7 +554,7 @@ ordnerneu.mkdir(exist_ok=True) logging.info("--------------------------------------------------") logging.info("START .txt Erzeugung ") logging.info("--------------------------------------------------") -debug = True +debug = False if debug == False: metarCabin = METAR() metar = metarCabin.choices[0].message.content