Skip to content

Commit

Permalink
Merge pull request #206 from galaxyproject/205-dataset-url-import
Browse files Browse the repository at this point in the history
Dataset upload
  • Loading branch information
ksuderman authored Jun 1, 2023
2 parents d836b56 + cd04576 commit ae89944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abm/lib/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def import_from_config(context: Context, args: list):


def _import_from_url(gi, history, url, **kwargs):
response = gi.tools.put_url(url, history, kwargs)
response = gi.tools.put_url(url, history, **kwargs)
print(json.dumps(response, indent=4))


Expand Down

0 comments on commit ae89944

Please sign in to comment.