Skip to content

Fix error in formatting RuntimeError string. #26

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 1 commit into from
Oct 27, 2022

Conversation

rtwfroody
Copy link
Contributor

Before you got:

TypeError: not all arguments converted during string formatting

Now you get:

RuntimeError: Failed to find STMPE610 controller! Chip Version 0XFFFF. If you are using the breakout, verify you are in SPI mode.

Before you got:
```
TypeError: not all arguments converted during string formatting
```

Now you get:
```
RuntimeError: Failed to find STMPE610 controller! Chip Version 0XFFFF. If you are using the breakout, verify you are in SPI mode.
```
Copy link
Member

@tekktrik tekktrik left a comment

Choose a reason for hiding this comment

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

Thank you for catching and fixing this!

@tekktrik tekktrik merged commit 526557b into adafruit:main Oct 27, 2022
adafruit-adabot added a commit to adafruit/Adafruit_CircuitPython_Bundle that referenced this pull request Oct 27, 2022
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