parent
e03bd54844
commit
660140c084
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ def browse(root: str):
|
||||||
|
|
||||||
def cat(file: str):
|
def cat(file: str):
|
||||||
open(file)
|
open(file)
|
||||||
print(fs.read_file_text(file))
|
print(fs.read_file_text(file).rstrip())
|
||||||
shut(file)
|
shut(file)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue