Showing full path to mod, relative to mod-path

This commit is contained in:
Fierelier 2019-10-25 11:45:42 +02:00
parent a4ed8974fd
commit a541f25a69
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ def walkMods(modDir):
def cloneMods(modDir):
for mod in walkMods(modDir):
modName = mod.replace(os.path.dirname(mod) + os.sep,"")
modName = mod.replace(modPath + os.sep,"")
print("Applying Mod: " +modName)
if os.path.isfile(p(mod,"uml_installscript.py")) == True: