Skip to content

fix: convert Python 2 print statements to Python 3 syntax#9

Open
AmSach wants to merge 1 commit into
peterh:masterfrom
AmSach:fix/python2-print-statements
Open

fix: convert Python 2 print statements to Python 3 syntax#9
AmSach wants to merge 1 commit into
peterh:masterfrom
AmSach:fix/python2-print-statements

Conversation

@AmSach
Copy link
Copy Markdown

@AmSach AmSach commented May 21, 2026

Fixed Python 2 print statement syntax that causes syntax errors in Python 3.

Changes:

  • obd_io.py:93: Changed print e to print(e)
  • obd_sensors.py:159: Changed print i.name, i.value("F") to print(i.name, i.value("F"))

These were legacy Python 2 print statements that would fail on any Python 3 interpreter.

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.

1 participant