Skip to content

Remove last arg from .socket() call #82

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 25, 2021

Conversation

dhalbert
Copy link
Contributor

SocketPool.socket() only takes two arguments, but three were being passed. Because of adafruit/circuitpython#5439, this went undetected until recently.

Tagging @tannewt for interest.

Copy link
Contributor

@jerryneedell jerryneedell left a comment

Choose a reason for hiding this comment

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

Tested on Magtag with 7.0.0 and with current tip of main -- both now working. Thank you!

@jerryneedell jerryneedell merged commit 8d78bd0 into adafruit:main Oct 25, 2021
adafruit-adabot added a commit to adafruit/Adafruit_CircuitPython_Bundle that referenced this pull request Oct 26, 2021
Updating https://github.com/adafruit/Adafruit_CircuitPython_GPS to 3.9.3 from 3.9.2:
  > add docs link to readme
  > Merge pull request adafruit/Adafruit_CircuitPython_GPS#71 from theendlessriver13/update-pre-commit

Updating https://github.com/adafruit/Adafruit_CircuitPython_VL53L0X to 3.4.0 from 3.3.7:
  > add docs link to readme
  > Merge pull request adafruit/Adafruit_CircuitPython_VL53L0X#32 from caternuson/iss31
  > Globally disabled consider-using-f-string pylint check
  > Moved default branch to main
  > Moved CI to Python 3.7
  > Added help text and problem matcher
  > Added pull request template
  > "Increase duplicate code check threshold "

Updating https://github.com/adafruit/Adafruit_CircuitPython_Debouncer to 1.3.12 from 1.3.11:
  > add docs link to readme
  > Merge pull request adafruit/Adafruit_CircuitPython_Debouncer#31 from tjpeden/patch-1
  > Added pylint disable for f-strings in tests directory
  > Globally disabled consider-using-f-string pylint check
  > Moved default branch to main
  > Moved CI to Python 3.7
  > Added help text and problem matcher
  > Added pull request template

Updating https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT to 5.1.3 from 5.1.2:
  > add docs link to readme
  > Merge pull request adafruit/Adafruit_CircuitPython_MiniMQTT#94 from dhalbert/socket-arg-fix
  > Globally disabled consider-using-f-string pylint check

Updating https://github.com/adafruit/Adafruit_CircuitPython_Requests to 1.10.1 from 1.10.0:
  > add docs link to readme
  > Merge pull request adafruit/Adafruit_CircuitPython_Requests#82 from dhalbert/socket-arg-list
  > Globally disabled consider-using-f-string pylint check
@dhalbert dhalbert deleted the socket-arg-list branch February 13, 2022 17:26
@dhalbert dhalbert restored the socket-arg-list branch February 13, 2022 17:26
@dhalbert dhalbert deleted the socket-arg-list branch April 27, 2024 22:11
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.

extra positionial arguments ??
2 participants