Fixed whitespace issue
This commit is contained in:
parent
ef16650f5c
commit
2255472e31
@ -75,4 +75,3 @@ if __name__ == '__main__':
|
|||||||
res = unittest.TextTestRunner(verbosity=3).run(s)
|
res = unittest.TextTestRunner(verbosity=3).run(s)
|
||||||
if not res.wasSuccessful():
|
if not res.wasSuccessful():
|
||||||
sys.exit(res)
|
sys.exit(res)
|
||||||
|
|
||||||
|
@ -316,5 +316,3 @@ if __name__ == "__main__":
|
|||||||
log.info("=====")
|
log.info("=====")
|
||||||
log.info("SDK location: %s", builder.resultdest)
|
log.info("SDK location: %s", builder.resultdest)
|
||||||
log.info("Documentation location: %s", builder.docdest)
|
log.info("Documentation location: %s", builder.docdest)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user