Syntax error.
This commit is contained in:
parent
7b794a987f
commit
ca95dbeb19
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ class CRANResolver(RResolver):
|
|||
|
||||
class BioconductorResolver(RResolver):
|
||||
|
||||
def __init__(self, session):
|
||||
def __init__(self, session, user_local=False):
|
||||
super(BioconductorResolver, self).__init__(
|
||||
session, 'https://hedgehog.fhcrc.org/bioconductor', user_local=user_local)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue