forked from sig_core/toolkit
use double quotes for fstring
This commit is contained in:
parent
441eaa778b
commit
796e96ed95
@ -641,7 +641,7 @@ class Shared:
|
||||
|
||||
for arch in arches:
|
||||
temps = []
|
||||
start_of_path = f'{root_prefix}-{release.split('.')[0]}-{arch}'
|
||||
start_of_path = f"{root_prefix}-{release.split('.')[0]}-{arch}"
|
||||
for y in temp:
|
||||
if arch in y and start_of_path in y:
|
||||
temps.append(y)
|
||||
|
Loading…
Reference in New Issue
Block a user