Skip to content
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

Fix an error at runtime for opendingux beta #7

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Conversation

citral23
Copy link

Hello, ideally we'd have this fix on top of 02ffefc

I don't think we'd want 87aa1ea as we use python3

KR

gcwconnect.py Outdated
Comment on lines 74 to 76
if sys.platform == dev_os:
DEBUG = True
else: DEBUG = False
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if sys.platform == dev_os:
DEBUG = True
else: DEBUG = False
DEBUG = sys.platform == dev_os

Signed-off-by: Christophe Branchereau <cbranchereau@gmail.com>
citral23 and others added 2 commits December 24, 2022 12:24
Signed-off-by: Christophe Branchereau <cbranchereau@gmail.com>
@hanskokx
Copy link
Owner

Can you fix the merge conflicts?

@citral23
Copy link
Author

citral23 commented Jan 1, 2023

Hello, I had to add a fix because of a python version bump, would it be possible instead to pull this master into a branch like "odbeta"?

https://github.com/citral23/gcwconnect

@hanskokx
Copy link
Owner

hanskokx commented Jan 2, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants