mirror of
https://github.com/Neocky/pluGET.git
synced 2024-04-29 16:12:30 +00:00
Fixed formating issues
Changes: - fixed some formating issues
This commit is contained in:
parent
5b68181661
commit
2a481acbef
@ -96,7 +96,7 @@ def checkInstalledPackage(inputSelectedObject="all"):
|
|||||||
oldPackages = 0
|
oldPackages = 0
|
||||||
print(oColors.brightBlack + f"Checking: {inputSelectedObject}" + oColors.standardWhite)
|
print(oColors.brightBlack + f"Checking: {inputSelectedObject}" + oColors.standardWhite)
|
||||||
print("┌─────┬────────────────────────────────┬──────────────┬───────────┬───────────────────┐")
|
print("┌─────┬────────────────────────────────┬──────────────┬───────────┬───────────────────┐")
|
||||||
print("│ No. │ Name │ Installed V. │ Latest V. │ Update available │")
|
print("│ No. │ Name │ Installed V. │ Latest V. │ Update available │")
|
||||||
print("└─────┴────────────────────────────────┴──────────────┴───────────┴───────────────────┘")
|
print("└─────┴────────────────────────────────┴──────────────┴───────────┴───────────────────┘")
|
||||||
try:
|
try:
|
||||||
for plugin in track(pluginList, description="Checking for updates" ,transient=True, complete_style="cyan"):
|
for plugin in track(pluginList, description="Checking for updates" ,transient=True, complete_style="cyan"):
|
||||||
@ -168,7 +168,7 @@ def updateInstalledPackage(inputSelectedObject='all'):
|
|||||||
indexNumberUpdated = 0
|
indexNumberUpdated = 0
|
||||||
print(oColors.brightBlack + f"Updating: {inputSelectedObject}" + oColors.standardWhite)
|
print(oColors.brightBlack + f"Updating: {inputSelectedObject}" + oColors.standardWhite)
|
||||||
print("┌─────┬────────────────────────────────┬────────────┬──────────┐")
|
print("┌─────┬────────────────────────────────┬────────────┬──────────┐")
|
||||||
print("│ No. │ Name │ Old V. │ New V. │")
|
print("│ No. │ Name │ Old V. │ New V. │")
|
||||||
print("└─────┴────────────────────────────────┴────────────┴──────────┘")
|
print("└─────┴────────────────────────────────┴────────────┴──────────┘")
|
||||||
try:
|
try:
|
||||||
for plugin in track(pluginList, description="Updating" ,transient=True, complete_style="red"):
|
for plugin in track(pluginList, description="Updating" ,transient=True, complete_style="red"):
|
||||||
|
Loading…
Reference in New Issue
Block a user