- 
  Notifications
 You must be signed in to change notification settings 
- Fork 51
updated PA.py #16
New issue
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
updated PA.py #16
Conversation
This is the PR for the Issue #14 assigned.
Hello @saiadityaviswanadham, it will be great if you remove the __pycache__ . Even better add a .gitignore file and add the directory __pyache__ to it so that the temporary files will not be added in the commit, to keep the code clean!
@anandxkumar I have added the .gitignore file and added the pyache directory to it. Thanks
Seems like the __pycache__ has already been committed. Therefore you will need to manually delete it or use git rm -r __pycache__ to remove the folder and again commit it so that it all the temporary pyc files won't be added again.
For reference: https://stackoverflow.com/questions/65738611/why-does-git-ignore-not-work-for-pycache-folder
I have deleted the pycache folder. Can you check and let me know once..
Nice 👍
To capture the image using webcam using Python Assistant, ecapture module of python is implemented