rstrip
All checks were successful
/ job (push) Successful in 5m30s

This commit is contained in:
Marc Beninca 2024-06-06 16:01:59 +02:00
parent e03bd54844
commit 660140c084
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -79,7 +79,7 @@ def browse(root: str):
def cat(file: str):
open(file)
print(fs.read_file_text(file))
print(fs.read_file_text(file).rstrip())
shut(file)