Skip to content

Commit cd04576

Browse files
committed
Fix kwargs handling
1 parent 84a303b commit cd04576

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)