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

Bug fix/fix error handling #1925

Closed
wants to merge 7 commits into from

Commits on Oct 16, 2019

  1. sys.stderr.write(p_stderr) with python 3 errors out with: `TypeError:…

    … write() argument must be str, not bytes`.
    
    It seems to me that its unneccesary, and it should simply throw the exception instead.
    dothebart committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    439a8e8 View commit details
    Browse the repository at this point in the history
  2. It seems python 3 doesn't linke None as a parameter here, it will t…

    …hrow: `Exception: 'NoneType' object is not subscriptable`.
    dothebart committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    25c6a69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19012c8 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2019

  1. Configuration menu
    Copy the full SHA
    34dcfad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b695898 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2019

  1. Configuration menu
    Copy the full SHA
    15a0ded View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cea42a4 View commit details
    Browse the repository at this point in the history