Skip to content

Commit c6675f5

Browse files
jaenrig-ifxactions-user
authored andcommitted
tools/mpy_ld.py: Fixed ruff comparison linting.
Signed-off-by: jaenrig-ifx <enriquezgarcia.external@infineon.com>
1 parent 9f1d58a commit c6675f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/mpy_ld.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1234,7 +1234,7 @@ def link_objects(env, native_qstr_vals_len):
12341234
),
12351235
)
12361236

1237-
if len(undef_errors):
1237+
if len(undef_errors) > 0:
12381238
raise LinkError("\n".join(undef_errors))
12391239

12401240
# Align sections, assign their addresses, and create full_text

0 commit comments

Comments
 (0)