Fix pre_gen hook not really exiting when it should

This commit is contained in:
Nikita P. Shupeyko 2018-02-07 01:15:10 +03:00
parent ee8a5c2692
commit d655bee114

View File

@ -32,7 +32,7 @@ if using_docker == 'n':
"Generation process stopped as requested." +
TERMINATOR
)
sys.exit(0)
sys.exit(1)
else:
sys.stdout.write(
HINT +