bin/ansible comment typo fix (#25799)

insignificant bin/ansible typo in word 'python'
pull/23342/merge
loqutus 7 years ago committed by John R Barker
parent 46c6eb37d0
commit 820c99c90b

@ -68,7 +68,7 @@ if __name__ == '__main__':
sub = None
target = me.split('-')
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
target = target[:-1]

Loading…
Cancel
Save