parent
f0d5bd12b0
commit
60df30cb39
1 changed files with 2 additions and 2 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue