mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-15 03:41:16 +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']
|
yellow = color['yellow']
|
||||||
endc = color['endc']
|
endc = color['endc']
|
||||||
|
|
||||||
print(f'The list below shows the '
|
print(f"The list below shows the "
|
||||||
f'packages that dependees \'{", ".join([p for p in self.packages])}\' files:\n')
|
f"packages that dependees '{', '.join([p for p in self.packages])}' files:\n")
|
||||||
|
|
||||||
print(end='\rCollecting the data... ')
|
print(end='\rCollecting the data... ')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue