Skip to content

Conversation

@mrmcwethy
Copy link
Collaborator

as the result of Refine ustruct into struct in shared-bindings and shared-module. #205

import ustruct
try:
import struct
except:
Copy link
Member

Choose a reason for hiding this comment

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

I just realized these should be except ImportError: so that they don't hide other errors.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

ok

@mrmcwethy
Copy link
Collaborator Author

made changes for ImportError

@tannewt tannewt merged commit 8feaafa into adafruit:master Oct 3, 2017
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