Skip to content

Commit c7e51da

Browse files
authored
Combine string constants passed to 'join' function
1 parent bb579dc commit c7e51da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/test/examples/update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ def check_update_status(examples, github, tag):
456456
sys.exit(1)
457457

458458
# Create the full repository filter component
459-
org_str = ''.join(['repo:', 'ARMmbed/', example['name']])
459+
org_str = ''.join(['repo:ARMmbed/', example['name']])
460460
filt = ' '.join([org_str, 'is:pr', tag])
461461
merged = False
462462

0 commit comments

Comments
 (0)