BP doc gen doesn't give Travis error anymore

This commit is contained in:
Marc Garcia Puig 2019-11-18 14:11:26 +01:00
parent e0f829c504
commit 0d2bca0b7c
1 changed files with 1 additions and 1 deletions

View File

@ -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)