mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Fail with non-zero exit code when toc category missing
This commit is contained in:
parent
911261a2ce
commit
3610401edc
@ -132,6 +132,7 @@ def choose_category(fn):
|
||||
return v
|
||||
raise Exception('Need to add a category for %s to %s:known_categories' %
|
||||
(fn, __file__))
|
||||
sys.exit(1)
|
||||
|
||||
|
||||
for f in sys.argv:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user