Commit 6f445be
committed
Make the jupyterlite_contents glob recursive.
Since we have shifted to using globs for the contents, we might as well
enable the strictly more powerful ** recursive syntax. See https://docs.python.org/3/library/glob.html#glob.glob
"If recursive is true, the pattern “**” will match any files and zero or more directories, subdirectories and symbolic links to directories. If the pattern is followed by an os.sep or os.altsep then files will not match."1 parent 65d951e commit 6f445be
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
303 | | - | |
| 303 | + | |
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
| |||
0 commit comments