Closed zachspar closed 4 months ago
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
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