Skip to content

Commit 5c1988e

Browse files
committed
fix documentation for 'patched'functions like Bangle.setUI
1 parent 4e4638a commit 5c1988e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ def get_jsondata(is_for_document, parseArgs = True, boardObject = False):
267267
if len(targetjsondata) > 0:
268268
targetjsondata = targetjsondata[0]
269269
for key in jsondata:
270-
if not key in ["type","class","name","patch"]:
270+
if not key in ["type","class","name","patch","description"]:
271271
print("Copying "+key+" --- "+jsondata[key])
272272
targetjsondata[key] = jsondata[key]
273273
drop = True

0 commit comments

Comments
 (0)