Skip to content

Convert to Python3 - #5

Open
ralic wants to merge 2 commits into
ddworken:masterfrom
Python3pkg:master
Open

Convert to Python3#5
ralic wants to merge 2 commits into
ddworken:masterfrom
Python3pkg:master

Conversation

@ralic

@ralic ralic commented May 18, 2017

Copy link
Copy Markdown

using : find . -name '*.py' | xargs 2to3 -w

@ddworken

Copy link
Copy Markdown
Owner

Thanks for the PR, have you tested this with the multimeter? Also, you seem to have accidentally commited serialDecoder.py.bak.

Comment thread serialDecoder.py Outdated
grapher = grapher([0])
if args.csv:
print args.port[0] + ','
print((args.port[0] + ','))

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

All of the lines like this are technically correct changes, but have an unnecessary set of parentheses because print("first"+"second") works correctly.

@ralic

ralic commented May 21, 2017

Copy link
Copy Markdown
Author

Just updated the pull request again... Thanks !

@ddworken

Copy link
Copy Markdown
Owner

Changes look good to me, have you tested this to check that it all functions properly with the multimeter?

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.

3 participants