mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
scripts/pkgbuilder.py: use distinct colours
This commit is contained in:
parent
3e1497b98d
commit
d4392ee718
@ -283,8 +283,8 @@ class Builder:
|
|||||||
self.color_code["DONE"] = "\033[0;32m" #green
|
self.color_code["DONE"] = "\033[0;32m" #green
|
||||||
self.color_code["FAIL"] = "\033[1;31m" #bold red
|
self.color_code["FAIL"] = "\033[1;31m" #bold red
|
||||||
self.color_code["ACTV"] = "\033[0;33m" #yellow
|
self.color_code["ACTV"] = "\033[0;33m" #yellow
|
||||||
self.color_code["IDLE"] = "\033[0;33m" #yellow
|
self.color_code["IDLE"] = "\033[0;35m" #magenta
|
||||||
self.color_code["INIT"] = "\033[0;33m" #yellow
|
self.color_code["INIT"] = "\033[0;36m" #cyan
|
||||||
|
|
||||||
self.work = queue.Queue()
|
self.work = queue.Queue()
|
||||||
self.complete = queue.Queue()
|
self.complete = queue.Queue()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user