fix
All checks were successful
/ job (push) Successful in 5m53s

This commit is contained in:
Marc Beninca 2024-06-06 10:53:19 +02:00
parent f0d5bd12b0
commit 60df30cb39
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -71,10 +71,10 @@ def browse(root: str):
absolute_path = os.path.join(directory, file)
relative_path = os.path.relpath(absolute_path, start=root)
paths.append(relative_path)
open(path)
open(root)
for path in sorted(paths):
print(path)
shut(path)
shut(root)
def install_commands(path):