[+] Print errors
This commit is contained in:
@@ -10,5 +10,5 @@ Repos:
|
||||
WhateverGreen: https://github.com/acidanthera/WhateverGreen
|
||||
RealtekRTL8111: https://github.com/Mieze/RTL8111_driver_for_OS_X
|
||||
AirportItlwm: https://github.com/OpenIntelWireless/itlwm
|
||||
|
||||
CpuTscSync: https://github.com/acidanthera/CpuTscSync
|
||||
|
||||
|
||||
+2
-1
@@ -176,7 +176,8 @@ def run():
|
||||
def get_latest(k: Kext):
|
||||
try:
|
||||
return get_latest_release(k, repos, args.pre)
|
||||
except AssertionError:
|
||||
except AssertionError as e:
|
||||
print(e)
|
||||
return None
|
||||
|
||||
latests = thread_map(get_latest, kexts, desc='Fetching Updates'.ljust(bar_len), max_workers=32, bar_format='{desc} {rate_fmt} {remaining} [{bar}] {percentage:.0f}%', ascii=' #', unit=' pkg')
|
||||
|
||||
Reference in New Issue
Block a user