-
Notifications
You must be signed in to change notification settings - Fork 2
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
pull the file in from develop to fix the issue #10 #13
base: master
Are you sure you want to change the base?
Conversation
Wouldn't this be achieved by just pushing into master? I'm confused what's going on here. |
Actually I think these are all in feature/cleanup. Feh. I didn't realize those weren't merged yet. |
Just updated develop with the feature/cleanup branch that I had local. Please check to see if this pull request is still needed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this already got merged.
capture.py
Outdated
@@ -3,7 +3,18 @@ | |||
import os | |||
import pygame | |||
import pygame.camera | |||
from pygame.locals import * | |||
from pygame.locals import ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These appear to be committed with the latest merge of my feature branch. Please confirm.
Develop to master merge
I successfully tested the capture file in both develop and my master branch to make sure it would allow me to run the software from various directories which solves issue #10