From 37a962e90c38f094819973d5d45fa25054caa1ca Mon Sep 17 00:00:00 2001 From: Maarten ter Huurne Date: Tue, 19 Feb 2019 01:10:35 +0100 Subject: Allow File arguments in extract_objects() arguments Passed strings are converted to Files, but passing a File directly wasn't supported yet. --- docs/markdown/snippets/extract_objects-file-arg.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docs/markdown/snippets/extract_objects-file-arg.md (limited to 'docs') diff --git a/docs/markdown/snippets/extract_objects-file-arg.md b/docs/markdown/snippets/extract_objects-file-arg.md new file mode 100644 index 0000000..eff9a54 --- /dev/null +++ b/docs/markdown/snippets/extract_objects-file-arg.md @@ -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. -- cgit v1.1