Skip to content

Macropad Hotkeys: trap import errors, add comments to config files #1597

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

Merged
merged 2 commits into from
Jul 6, 2021
Merged

Macropad Hotkeys: trap import errors, add comments to config files #1597

merged 2 commits into from
Jul 6, 2021

Conversation

PaintYourDragon
Copy link
Contributor

No description provided.

@@ -6,7 +6,7 @@
key sequences.
"""

# pylint: disable=import-error, unused-import, too-few-public-methods
# pylint: disable=import-error, unused-import, too-few-public-methods, bare-except
Copy link
Member

Choose a reason for hiding this comment

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

dont use bare-excepts. use the importerror or whatever it is

@PaintYourDragon PaintYourDragon merged commit c6cdb94 into adafruit:main Jul 6, 2021
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.

2 participants