Updated quotes

This commit is contained in:
Dimitris Zlatanidis 2022-12-22 22:10:28 +02:00
parent 8d52c35411
commit 04122167fe

View file

@ -22,8 +22,8 @@ class Dependees:
yellow = color['yellow']
endc = color['endc']
print(f'The list below shows the '
f'packages that dependees \'{", ".join([p for p in self.packages])}\' files:\n')
print(f"The list below shows the "
f"packages that dependees '{', '.join([p for p in self.packages])}' files:\n")
print(end='\rCollecting the data... ')