Fix galaxy import command for 2.1 (#17417)
The g_connect decorator is required on create_import_task or else self.baseurl is None. This is fixed in devel already.
This commit is contained in:
parent
2587d2aaf9
commit
c536ca399a
1 changed files with 1 additions and 0 deletions
|
@ -127,6 +127,7 @@ class GalaxyAPI(object):
|
|||
data = json.load(resp)
|
||||
return data
|
||||
|
||||
@g_connect
|
||||
def create_import_task(self, github_user, github_repo, reference=None):
|
||||
"""
|
||||
Post an import request
|
||||
|
|
Loading…
Reference in a new issue