create scripts print when they are finished

This commit is contained in:
Matthew Stidham
2021-02-10 13:25:41 -08:00
parent 35270eb0ae
commit f7162411e6
11 changed files with 458 additions and 4 deletions

View File

@@ -136,6 +136,7 @@ Command example:
target_device=args.target_device)
create_bridge.build()
print('Created %s bridges' % num_bridge)
if __name__ == "__main__":
main()