We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
**
1 parent faa37e3 commit bd90115Copy full SHA for bd90115
action.py
@@ -205,7 +205,7 @@ def _fatal_help(msg):
205
206
# NOTE: We use a set here to deduplicate inputs, in case a glob expands
207
# to the same input multiple times.
208
- files = {Path(f).resolve() for f in glob(input_)}
+ files = {Path(f).resolve() for f in glob(input_, recursive=True)}
209
210
# Prevent empty glob expansions, rather than silently allowing them.
211
# Either behavior is technically correct but an empty glob indicates
0 commit comments