Addon Manager: Fix Qt6 redirect-following code
Also fixes data type problems with variable declarations in __init__
This commit is contained in:
@@ -783,6 +783,7 @@ class CacheMacroCodeWorker(QtCore.QThread):
|
||||
"AddonsInstaller",
|
||||
"Out of {num_macros} macros, {num_failed} timed out while processing",
|
||||
).format(num_macros=num_macros, num_failed=num_failed)
|
||||
+ "\n"
|
||||
)
|
||||
|
||||
def _process_queue(self, num_macros) -> bool:
|
||||
|
||||
Reference in New Issue
Block a user