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)