mirror of
https://github.com/powerline/powerline.git
synced 2025-07-23 22:05:43 +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]
|
||||
configs['top_' + typ][name] = path
|
||||
|
||||
diff = set(configs['themes']) ^ set(configs['colorschemes'])
|
||||
diff = set(configs['colorschemes']) - set(configs['themes'])
|
||||
if diff:
|
||||
hadproblem = True
|
||||
for ext in diff:
|
||||
|
Loading…
x
Reference in New Issue
Block a user