can now toggle between folder or flat view, its a bit ugly, but it works

This commit is contained in:
2021-06-06 14:09:11 +10:00
parent b6156dad34
commit 7e2494884e
5 changed files with 44 additions and 16 deletions

View File

@@ -1129,6 +1129,9 @@ def ValidateSettingsPaths():
if not ip_exists:
print("ERROR: None of the import paths in the settings exist - Please fix now");
paths = settings.import_path.split("#")
if not rbp_exists or not sp_exists or not ip_exists:
print("ERROR: Existing until above errors are fixed by paths being created or settings being updated to valid paths" )
exit(-1)
return