missing @ in version definition
This commit is contained in:
parent
a233ed2de7
commit
2e77cc635e
@ -59,7 +59,7 @@ class Scotch(Package):
|
|||||||
def url_for_version(self, version):
|
def url_for_version(self, version):
|
||||||
return super(Scotch, self).url_for_version(version)
|
return super(Scotch, self).url_for_version(version)
|
||||||
|
|
||||||
@when(":6.0.0")
|
@when('@:6.0.0')
|
||||||
def url_for_version(self, version):
|
def url_for_version(self, version):
|
||||||
return '%s/scotch_%s_esmumps.tar.gz' % (Scotch.base_url, version)
|
return '%s/scotch_%s_esmumps.tar.gz' % (Scotch.base_url, version)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user