Passed strings are converted to Files, but passing a File directly wasn't supported yet.pull/4955/head
parent
6e15bcc504
commit
37a962e90c
3 changed files with 13 additions and 3 deletions
@ -0,0 +1,4 @@ |
||||
## `extract_objects` accepts `File` arguments |
||||
|
||||
The `extract_objects` function now supports File objects to tell it |
||||
what to extract. Previously, file paths could only be passed as strings. |
Loading…
Reference in new issue