mirror of https://github.com/ARMmbed/mbed-os.git
Combine string constants passed to 'join' function
parent
bb579dcfaf
commit
c7e51daf41
|
@ -456,7 +456,7 @@ def check_update_status(examples, github, tag):
|
|||
sys.exit(1)
|
||||
|
||||
# Create the full repository filter component
|
||||
org_str = ''.join(['repo:', 'ARMmbed/', example['name']])
|
||||
org_str = ''.join(['repo:ARMmbed/', example['name']])
|
||||
filt = ' '.join([org_str, 'is:pr', tag])
|
||||
merged = False
|
||||
|
||||
|
|
Loading…
Reference in New Issue