Skip to content
Snippets Groups Projects
Commit 2e77cc63 authored by Nicolas Richart's avatar Nicolas Richart
Browse files

missing @ in version definition

parent a233ed2d
Branches
Tags
No related merge requests found
......@@ -59,7 +59,7 @@ class Scotch(Package):
def url_for_version(self, version):
return super(Scotch, self).url_for_version(version)
@when(":6.0.0")
@when('@:6.0.0')
def url_for_version(self, version):
return '%s/scotch_%s_esmumps.tar.gz' % (Scotch.base_url, version)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment