fix: failed unfold should result in unfixed tree (not valid).

This commit is contained in:
Zash
2022-04-07 16:02:56 +02:00
parent f3977a9235
commit c568c0b943
+1
View File
@@ -199,6 +199,7 @@ class BasicModDataChecker(mobase.ModDataChecker):
folder_tree.detach()
else:
print(f"Cannot unfold {name}!", file=sys.stderr)
return None
elif key == "delete":
entry.detach()
elif key == "move":