-
Notifications
You must be signed in to change notification settings - Fork 107
Converting to Python 3 #693
base: master
Are you sure you want to change the base?
Conversation
Using 2to3. Creating .bak for backups
Hello @sunn-e! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2019-10-10 07:28:45 UTC |
The entire point of Git is that it tracks the history of file changes. Creating .bak files is unnecessary and adds noise to a code review. You can always grab a previous version of the files by |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove all the .bak files. Git's purpose is to track changes to files so backing up files is an entirely pointless in a PR.
Okay @zxiiro . I will do the changes. |
Using 2to3.
Creating .bak for backups
Let me know if there are any errors. I am reviewing this currently.