File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -140,13 +140,13 @@ def get_distribution(
140
140
# If any dist has perfect recipes, arch and NDK API, return it
141
141
for dist in possible_dists :
142
142
if force_build :
143
- debug (f "Skipping dist due to forced build" )
143
+ debug ("Skipping dist due to forced build" )
144
144
continue
145
145
if ndk_api is not None and dist .ndk_api != ndk_api :
146
- debug (f "Skipping dist due to ndk_api mismatch" )
146
+ debug ("Skipping dist due to ndk_api mismatch" )
147
147
continue
148
148
if not all (arch_name in dist .archs for arch_name in archs ):
149
- debug (f "Skipping dist due to arch mismatch" )
149
+ debug ("Skipping dist due to arch mismatch" )
150
150
continue
151
151
if (set (dist .recipes ) == set (recipes ) or
152
152
(set (recipes ).issubset (set (dist .recipes )) and
You can’t perform that action at this time.
0 commit comments