Add success output to check_symbol_namespace
Otherwise Make is vague if it did anything
This commit is contained in:
parent
e19a0a3afa
commit
b657d988b4
@ -35,3 +35,5 @@ if non_namespaced:
|
|||||||
for symbol in non_namespaced:
|
for symbol in non_namespaced:
|
||||||
print("\t{}".format(symbol), file=sys.stderr)
|
print("\t{}".format(symbol), file=sys.stderr)
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
else:
|
||||||
|
print("Checking {} succeeded".format(SCHEME))
|
||||||
|
Loading…
Reference in New Issue
Block a user