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

DocFlags: Change field init type from str to int #358

Merged
merged 1 commit into from Jul 20, 2023
Merged

Conversation

leroyvn
Copy link
Member

@leroyvn leroyvn commented Jul 19, 2023

Description

Closes #356.

This PR fixes an issue where an incorrect flag field type would raise a TypeError on Python 3.11.

Checklist

  • The code follows the relevant coding guidelines
  • The code generates no new warnings
  • The code is appropriately documented
  • The code is tested to prove its function
  • The feature branch is rebased on the current state of the main branch
  • I updated the change log if relevant
  • I give permission that the Eradiate project may redistribute my contributions under the terms of its license

This commit fixes an issue where an incorrect flag field type would
raise a `TypeError` on Python 3.11.
@leroyvn
Copy link
Member Author

leroyvn commented Jul 19, 2023

Docs build here; check that class docstrings are assembled correctly.

@leroyvn
Copy link
Member Author

leroyvn commented Jul 20, 2023

Everything is fine, let's merge this.

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.

[BUG] Quickstart does not work
1 participant