convert_file() got multiple values for argument 'rename'
Closed this issue · 1 comments
nopepper commented
There's currently an issue in line 62 of the conversion script, as noted here:
4eaaa3c#commitcomment-133923059
The error message is TypeError: convert_file() got multiple values for argument 'rename'
. This happens because both ["lora_A"]
and {time_faaa: ...}
are passed as the reponse
argument, once as a positional argument, once as a keyword arg.
cryscan commented
Thanks. Should be resolved now.