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.
facts.files.FileContents
1 parent 775c2f3 commit 779d6c6Copy full SHA for 779d6c6
src/pyinfra/facts/files.py
@@ -664,8 +664,7 @@ def process(self, output):
664
665
class FileContents(FactBase):
666
"""
667
- Returns the contents of a file as a list of lines. Works with both sha1sum and sha1. Returns
668
- ``None`` if the file doest not exist.
+ Returns the contents of a file as a list of lines. Returns ``None`` if the file does not exist.
669
670
671
@override
0 commit comments