diff options
author | MatthewLi <lijun_1203@126.com> | 2017-07-14 00:30:50 -0400 |
---|---|---|
committer | MatthewLi <lijun_1203@126.com> | 2017-07-14 02:32:56 -0400 |
commit | 6e0054da0279207486e9b8ee8d85adaffe859996 (patch) | |
tree | 9e894a03db951f0ad15f9e2ee12667c68bdd0c37 /testapi/htmlize | |
parent | d6e534598310012cf6e50bb75390497217f677bc (diff) |
testapi: bugfix of tox
error log
https://gerrit.opnfv.org/gerrit/#/c/37053/
https://build.opnfv.org/ci/job/testapi-verify-master/220/console
Change-Id: Id278edad06c2852c662392d75fd3cf4041b03451
Signed-off-by: MatthewLi <lijun_1203@126.com>
Diffstat (limited to 'testapi/htmlize')
-rw-r--r-- | testapi/htmlize/htmlize.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testapi/htmlize/htmlize.py b/testapi/htmlize/htmlize.py index 4576d9b..da6a6cf 100644 --- a/testapi/htmlize/htmlize.py +++ b/testapi/htmlize/htmlize.py @@ -33,6 +33,7 @@ def main(args): else: exit(1) + if __name__ == '__main__': parser = argparse.ArgumentParser(description='Create \ Swagger Spec documentation') |