Fixed for files view

This commit is contained in:
Dimitris Zlatanidis 2024-04-10 21:22:28 +03:00
parent 7d0616386a
commit 1f7564aaf6

View file

@ -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 "