Hi,
I’ve looked into the code of the select_save_location() function and I have a suggestion to avoid stupid errors:
Currently, the script checks if the selected folder contains \projects\myprojects. If the user selects the final folder directly (by mistake... cough happened to me), the script fails.
It would be simpler if the script were able to detect if it is already in the root folder or in a sub-folder and adapt itself, instead of just blocking with an error message.
And typo fixes:
"Invaild" -> Invalid
"is not exist" -> does not exist (in the run_command function)
Hi,
I’ve looked into the code of the select_save_location() function and I have a suggestion to avoid stupid errors:
Currently, the script checks if the selected folder contains \projects\myprojects. If the user selects the final folder directly (by mistake... cough happened to me), the script fails.
It would be simpler if the script were able to detect if it is already in the root folder or in a sub-folder and adapt itself, instead of just blocking with an error message.
And typo fixes:
"Invaild" -> Invalid
"is not exist" -> does not exist (in the run_command function)