Skip to content
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

Syntax fixes #1

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Commits on Aug 16, 2022

  1. Use Python3 print syntax

    emjbishop committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    c645872 View commit details
    Browse the repository at this point in the history
  2. Fix indentation

    Fixes errors from improper indentation (such as after if statements) and
    inconsistent use of tabs and spaces (I used spaces).
    emjbishop committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    fc4731c View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Fix print statement

    I accidentally included the following line in the print statement when
    adding parentheses.
    emjbishop committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    af01615 View commit details
    Browse the repository at this point in the history
  2. Tweak spacing a little more

    emjbishop committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    77b7ab8 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Fix StringIO import for Python3 and buffering

    Recieved an error when buffer was set to 0/off.
    emjbishop committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    29d5c6d View commit details
    Browse the repository at this point in the history