Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/pyinfra/facts/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -664,8 +664,7 @@ def process(self, output):

class FileContents(FactBase):
"""
Returns the contents of a file as a list of lines. Works with both sha1sum and sha1. Returns
``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.
"""

@override
Expand Down