Fix typo in license documentation generator
Change-Id: Ic4cd0d6481232952dbef90c52b91bd54111e1621
This commit is contained in:
parent
2f25904b06
commit
8fb8d6fb39
@ -48,7 +48,7 @@ def parse_graph():
|
||||
# they are not included in the final artifact.
|
||||
if "DO_NOT_DISTRIBUTE" in dep:
|
||||
if not target in KNOWN_PROVIDED_DEPS:
|
||||
print('DO_NOT_DISTRIBUTE license for tagret: %s' % target, file=stderr)
|
||||
print('DO_NOT_DISTRIBUTE license for target: %s' % target, file=stderr)
|
||||
exit(1)
|
||||
else:
|
||||
graph[target].append(dep)
|
||||
|
Loading…
Reference in New Issue
Block a user