We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello.
Looks like you have a little design problem in your source code. Namely on the line 48, variable filePath is fixed.
filePath
In general, this is a bad practice. If someone else in the department wants to run this script, the script aborts because the file is not found.
In order to fix this I'd suggest the following: Script asks specifically the folder path before it starts to execute.
Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello.
Looks like you have a little design problem in your source code. Namely on the line 48, variable
filePath
is fixed.In general, this is a bad practice. If someone else in the department wants to run this script, the script aborts because the file is not found.
In order to fix this I'd suggest the following: Script asks specifically the folder path before it starts to execute.
Thanks.
The text was updated successfully, but these errors were encountered: