mirror of
https://github.com/powerline/powerline.git
synced 2025-07-25 23:05:32 +02:00
Only check that all colorschemes have theme, but not the opposite
This commit is contained in:
parent
b1a2b44db1
commit
145e1c2050
@ -1329,7 +1329,7 @@ def check(paths=None, debug=False):
|
|||||||
name = os.path.basename(path)[:-5]
|
name = os.path.basename(path)[:-5]
|
||||||
configs['top_' + typ][name] = path
|
configs['top_' + typ][name] = path
|
||||||
|
|
||||||
diff = set(configs['themes']) ^ set(configs['colorschemes'])
|
diff = set(configs['colorschemes']) - set(configs['themes'])
|
||||||
if diff:
|
if diff:
|
||||||
hadproblem = True
|
hadproblem = True
|
||||||
for ext in diff:
|
for ext in diff:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user