Skip to content

Commit 46bc6a8

Browse files
jaenrig-ifxactions-user
authored andcommitted
tools/mpy_ld.py: Fixed ruff comparison linting.
Signed-off-by: jaenrig-ifx <[email protected]>
1 parent dbb6f30 commit 46bc6a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)