Skip to content

Commit c0d4d22

Browse files
committed
Try declaring a nested array
1 parent 978ae39 commit c0d4d22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

update_publiccode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
# Description
5151
if 'description' not in data:
52-
data['description'] = []
52+
data['description'] = ["en" = []]
5353
if 'en' not in data['description']:
5454
data['description']['en'] = []
5555
if 'nl' not in data['description']:

0 commit comments

Comments
 (0)