This commit is contained in:
Miroslav Stampar
2017-01-31 14:00:12 +01:00
parent 2a3014b606
commit 9851a5703a
3 changed files with 5 additions and 3 deletions

View File

@@ -120,6 +120,8 @@ class Filesystem:
back-end DBMS underlying file system
"""
checkFile(fileName)
with open(fileName, "rb") as f:
content = f.read()