bugfix/r: git property needs to be classproperty (#48228)
This commit is contained in:
parent
ddaa9d5d81
commit
f556ba46d9
@ -94,7 +94,7 @@ def list_url(cls):
|
|||||||
if cls.cran:
|
if cls.cran:
|
||||||
return f"https://cloud.r-project.org/src/contrib/Archive/{cls.cran}/"
|
return f"https://cloud.r-project.org/src/contrib/Archive/{cls.cran}/"
|
||||||
|
|
||||||
@property
|
@lang.classproperty
|
||||||
def git(self):
|
def git(cls):
|
||||||
if self.bioc:
|
if cls.bioc:
|
||||||
return f"https://git.bioconductor.org/packages/{self.bioc}"
|
return f"https://git.bioconductor.org/packages/{cls.bioc}"
|
||||||
|
Loading…
Reference in New Issue
Block a user