We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When there is no description in pyproject.toml the script fails when trying to create summary_no_ending_dot.
pyproject.toml
summary_no_ending_dot
data['summary_no_ending_dot'] = re.sub(r'(.*)\.', r'\g<1>', data.get('summary')) ... return _compile(pattern, flags).sub(repl, string, count) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: expected string or bytes-like object, got 'NoneType'
Found when running py2pack generate parquet-py
py2pack generate parquet-py
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Problem:
When there is no description in
pyproject.toml
the script fails when trying to createsummary_no_ending_dot
.Found when running
py2pack generate parquet-py
The text was updated successfully, but these errors were encountered: