tags
This commit is contained in:
parent
74f9c3a452
commit
8de6c32e17
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ def main():
|
||||||
mustRun = True
|
mustRun = True
|
||||||
|
|
||||||
# Teste si un élément commun entre les tags mentionnés dans la conf et les tags en argument
|
# Teste si un élément commun entre les tags mentionnés dans la conf et les tags en argument
|
||||||
if len(set(args.tags).intersection(entry['tags'])) > 0:
|
if len(set(args.tags).intersection(config[entry]['tags'])) > 0:
|
||||||
mustRun = True
|
mustRun = True
|
||||||
|
|
||||||
if mustRun == True:
|
if mustRun == True:
|
||||||
|
|
Loading…
Reference in a new issue