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

DM-14842: Fix deprecation warnings from PropertyList/Set.get #96

Merged
merged 5 commits into from
Jun 22, 2018

Commits on Jun 20, 2018

  1. Use getScalar and getArray instead of get

    Use `getScalar` or `getArray` instead of deprecated `get`
    on `PropertySet` and `PropertyList` instances.
    r-owen committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    b45dae7 View commit details
    Browse the repository at this point in the history
  2. Remove python 2 compatibility

    r-owen committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    7b88c68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6ddcdd View commit details
    Browse the repository at this point in the history
  4. Fix pep8 errors

    r-owen committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    fe34ea4 View commit details
    Browse the repository at this point in the history
  5. Enable automatic flake8 testing

    both by scons and by Travis on github
    r-owen committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    9195be7 View commit details
    Browse the repository at this point in the history