Skip to content

fix int not iterable error in _init_devices#209

Merged
dhalbert merged 1 commit into
adafruit:mainfrom
Neradoc:Neradoc-patch-1
Dec 2, 2024
Merged

fix int not iterable error in _init_devices#209
dhalbert merged 1 commit into
adafruit:mainfrom
Neradoc:Neradoc-patch-1

Conversation

@Neradoc
Copy link
Copy Markdown
Contributor

@Neradoc Neradoc commented Nov 29, 2024

This fixes #208 by iterating over the dictionary key/value pairs using .items()

@jepler
Copy link
Copy Markdown

jepler commented Nov 29, 2024

This makes sense but it'd be nice if @snkYmkrct or @ktnyt could test it.

Copy link
Copy Markdown
Collaborator

@dhalbert dhalbert 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!

@dhalbert dhalbert merged commit 10b3724 into adafruit:main Dec 2, 2024
adafruit-adabot added a commit to adafruit/Adafruit_CircuitPython_Bundle that referenced this pull request Dec 3, 2024
Updating https://github.com/adafruit/Adafruit_CircuitPython_BNO055 to 5.4.17 from 5.4.16:
  > Merge pull request adafruit/Adafruit_CircuitPython_BNO055#128 from FoamyGuy/compass_mode_example

Updating https://github.com/adafruit/Adafruit_CircuitPython_floppy to 3.0.0 from 2.0.1:
  > Merge pull request adafruit/Adafruit_CircuitPython_floppy#12 from adafruit/floppsy-revb-fat-archiver

Updating https://github.com/adafruit/Adafruit_CircuitPython_MMC56x3 to 1.0.10 from 1.0.9:
  > Merge pull request adafruit/Adafruit_CircuitPython_MMC56x3#7 from FoamyGuy/use_ruff
  > Merge pull request adafruit/Adafruit_CircuitPython_MMC56x3#6 from FoamyGuy/chip_id_0x00

Updating https://github.com/adafruit/Adafruit_CircuitPython_MPL3115A2 to 3.0.5 from 3.0.4:
  > Merge pull request adafruit/Adafruit_CircuitPython_MPL3115A2#32 from FoamyGuy/type_annotations

Updating https://github.com/adafruit/Adafruit_CircuitPython_MSA301 to 1.3.6 from 1.3.5:
  > Merge pull request adafruit/Adafruit_CircuitPython_MSA301#21 from FoamyGuy/type_annotations

Updating https://github.com/adafruit/Adafruit_CircuitPython_NeoPxl8 to 0.3.1 from 0.3.0:
  > Merge pull request adafruit/Adafruit_CircuitPython_NeoPxl8#14 from FoamyGuy/more_animation_example
  > Merge pull request adafruit/Adafruit_CircuitPython_NeoPxl8#12 from mcmanigle/patch-1

Updating https://github.com/adafruit/Adafruit_CircuitPython_BLE to 10.0.11 from 10.0.10:
  > Merge pull request adafruit/Adafruit_CircuitPython_BLE#209 from Neradoc/Neradoc-patch-1

Updating https://github.com/adafruit/Adafruit_CircuitPython_Bundle/circuitpython_library_list.md to NA from NA:
  > Updated download stats for the libraries
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.

HID Error: 'int' object is not iterable

3 participants