Tag can start with letter other than v.
This commit is contained in:
parent
6e4653ae00
commit
819708255e
@ -1807,9 +1807,6 @@ if args['last_stable']:
|
||||
# For Python 3 compatibility
|
||||
tag = str(tag)
|
||||
|
||||
# FIXME
|
||||
assert tag[0] is "v"
|
||||
|
||||
llvm_revision = urlopen(
|
||||
'https://raw.githubusercontent.com/vgvassilev/cling/%s/LastKnownGoodLLVMSVNRevision.txt' % tag
|
||||
).readline().strip().decode('utf-8')
|
||||
|
Loading…
Reference in New Issue
Block a user