mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-29 10:26:12 +01:00
Updated for comments
This commit is contained in:
parent
ffb5b44d8e
commit
18a51ac43b
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ class Md5sum:
|
|||
view.question()
|
||||
|
||||
def read_file(self, filename: Union[str, Path]) -> bytes:
|
||||
""" Reads the text file. """
|
||||
""" Reads the file. """
|
||||
try:
|
||||
with open(filename, 'rb') as f:
|
||||
return f.read()
|
||||
|
|
Loading…
Reference in a new issue