* Update fileglob.py
Closes #45557
(cherry picked from commit cc477ec920
)
This commit is contained in:
parent
341e1a0f64
commit
305adf92ab
1 changed files with 2 additions and 2 deletions
|
@ -36,9 +36,9 @@ EXAMPLES = """
|
|||
"""
|
||||
|
||||
RETURN = """
|
||||
_raw:
|
||||
_list:
|
||||
description:
|
||||
- content of file(s)
|
||||
- list of files
|
||||
"""
|
||||
|
||||
import os
|
||||
|
|
Loading…
Reference in a new issue