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

fix: AssertionError when providing 'int' for some input arguments #2

Merged
merged 1 commit into from
Oct 2, 2021

Conversation

andreas-vester
Copy link
Owner

When input arguments col_width, row_height, or font_size have been
assigned an int, an AssertionError had been raised. This has been
fixed.

Closes #1

When input arguments `col_width`, `row_height`, or `font_size` have been
assigned an `int`, an `AssertionError` had been raised. This has been
fixed.

Closes #1
@andreas-vester andreas-vester added the bug Something isn't working label Oct 2, 2021
@andreas-vester andreas-vester self-assigned this Oct 2, 2021
@andreas-vester andreas-vester merged commit 2244211 into main Oct 2, 2021
@andreas-vester andreas-vester deleted the bug_inp_args_int_#1 branch October 2, 2021 14:28
andreas-vester added a commit that referenced this pull request Oct 26, 2021
- Add possibility to set alignment for individual columns
- Add possibility to set relative column widths

Closes #2
Closes #3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: AssertionError when providing 'int' for some input arguments
1 participant