Skip to content

Commit 63cc5f4

Browse files
author
arch
committed
improve installer check
1 parent d631641 commit 63cc5f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/Installer/mtfg-ofs-extension-installer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ def error(msg):
4141

4242

4343
def is_ofs_installed():
44+
print('check if', OFS_EXTENSION_DIR, 'exists')
4445
if not os.path.exists(OFS_EXTENSION_DIR):
4546
if os.path.exists(OFS_V1_EXTENSION_DIR):
4647
error("Please update your [OFS](https://github.com/OpenFunscripter/OFS/releases) Installation to V2.X.X. Then run this installer again")

0 commit comments

Comments
 (0)