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
The script is not checking if the os.listdir's current element is a folder or not. We can skip the next loops if it is a folder.
The text was updated successfully, but these errors were encountered:
@ghostmahoday Can you please mention the specific line no?
Sorry, something went wrong.
after line 41,we can add a check if the "fil" is a file or a directory. If directory, then we can skip the rest of the loops
No branches or pull requests
The script is not checking if the os.listdir's current element is a folder or not. We can skip the next loops if it is a folder.
The text was updated successfully, but these errors were encountered: