mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-27 09:58:10 +01:00
Updated quotes
This commit is contained in:
parent
8d52c35411
commit
04122167fe
1 changed files with 2 additions and 2 deletions
|
@ -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... ')
|
||||
|
||||
|
|
Loading…
Reference in a new issue