Skip to content

solrjmeter should be made python 3.x compatible #2

@vvolkman

Description

@vvolkman

My initial runs show nothing which will prevent Python 3.x from being used with the notable exceptions

  1. Put parenthesis around all print() statements
  2. Use Exception syntax that works in both Python 2 and python 3, notably
    except Exception as e:
    instead of
    except Exception, e:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions