Skip to content

Commit 1bc4435

Browse files
committed
Merge branch 'dev' into 207-job-wait
2 parents 6d99323 + ae89944 commit 1bc4435

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

abm/lib/dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def import_from_config(context: Context, args: list):
143143

144144

145145
def _import_from_url(gi, history, url, **kwargs):
146-
response = gi.tools.put_url(url, history, kwargs)
146+
response = gi.tools.put_url(url, history, **kwargs)
147147
print(json.dumps(response, indent=4))
148148

149149

0 commit comments

Comments
 (0)