Skip to content

Commit e134aec

Browse files
authored
Merge pull request #575 from arex-ebee/develop
Crash in 'about attrib' when rendering errors occur
2 parents 50df047 + 27c172c commit e134aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/attributecode/attrib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ def generate_and_save(
361361
)
362362

363363
if rendering_error:
364-
errors.append(rendering_error)
364+
errors.extend(rendering_error)
365365

366366
if rendered:
367367
output_location = add_unc(output_location)

0 commit comments

Comments
 (0)