Skip to content

Conversation

@Zildj1an
Copy link

Made Panbuild runnable on Python 3:

  • filter() doesn't return a list in the new Python, but a iterable filter object (source). If needed, it is converted to a list.
  • Using yaml.safe_load() instead of yaml.load() avoids new warnings that prevent execution.

Tested and working for Python 3.7.3

@Zildj1an Zildj1an changed the title Added support to run Panbuild on Python 3 Added support to run Panbuild on Python 3.7 May 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant