bin/ansible comment typo fix (#25799)
insignificant bin/ansible typo in word 'python'pull/4420/head
parent
46c6eb37d0
commit
820c99c90b
|
@ -68,7 +68,7 @@ if __name__ == '__main__':
|
||||||
sub = None
|
sub = None
|
||||||
target = me.split('-')
|
target = me.split('-')
|
||||||
if target[-1][0].isdigit():
|
if target[-1][0].isdigit():
|
||||||
# Remove any version or pthon version info as downstreams
|
# Remove any version or python version info as downstreams
|
||||||
# sometimes add that
|
# sometimes add that
|
||||||
target = target[:-1]
|
target = target[:-1]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue