can now toggle between folder or flat view, its a bit ugly, but it works
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user