From 01428c190daf552d7ebebb3f9230e28206cfd1ab Mon Sep 17 00:00:00 2001 From: Oleg Korshul Date: Wed, 10 Sep 2025 17:12:13 +0300 Subject: [PATCH] Change message --- dictionaries/update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dictionaries/update.py b/dictionaries/update.py index b614d635..b5b032e7 100644 --- a/dictionaries/update.py +++ b/dictionaries/update.py @@ -75,7 +75,7 @@ for file in filesReplace: testDevelopVersion = sdkjsDirectory + "/.git" if not os.path.isdir(testDevelopVersion): - print("Not in develop version, skipping x2t cache update") + print("Update x2t cache...") x2tDir = curDirectory + "/../FileConverter/bin" cur_dir = os.getcwd() os.chdir(x2tDir)