-
-
Notifications
You must be signed in to change notification settings - Fork 328
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
wxGUI: Fixed star imports in wxdigit.py #4973
Conversation
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 am also getting an error when I start GRASS, because it's trying to import CFUNCTYPE
in vedit.py/main.py
from wxdigit.py
. So I would just remove the CFUNCTYPE
import from there.
@petrasovaa Undesired |
We don't have that in .gitignore yet? Nor the windows equivalent like Thumbs.db? Take a look at the CC0-licenced template for windows macOS and Linux for common patterns https://www.toptal.com/developers/gitignore/api/windows,linux,macos |
Removed star imports and categorized variables to fix
F405