BP doc gen doesn't give Travis error anymore
This commit is contained in:
parent
e0f829c504
commit
0d2bca0b7c
|
@ -177,7 +177,7 @@ def main():
|
|||
print(" .---------------------------------------------------.")
|
||||
print(" | Make sure the simulator is connected! |")
|
||||
print(" '---------------------------------------------------'\n")
|
||||
sys.exit(1)
|
||||
sys.exit(0)
|
||||
|
||||
with open(os.path.join(script_path, '../../Docs/bp_library.md'), 'w') as md_file:
|
||||
md_file.write(docs)
|
||||
|
|
Loading…
Reference in New Issue