mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-29 20:34:22 +01:00
Fixed for files view
This commit is contained in:
parent
7d0616386a
commit
1f7564aaf6
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ class Cleanings(Configs):
|
|||
def tmp(self) -> None:
|
||||
print('Deleting of local data:\n')
|
||||
|
||||
for file in self.tmp_slpkg.glob('*'):
|
||||
for file in self.tmp_slpkg.rglob('*'):
|
||||
print(f" {self.bred}>{self.endc} {file}")
|
||||
|
||||
print(f"\n{self.prog_name}: {self.bold}{self.bred}WARNING{self.endc}: All the files and "
|
||||
|
|
Loading…
Add table
Reference in a new issue