commit | ff8725bbe06b3b890beb2044c02ef332c8d028b4 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu May 19 15:51:51 2016 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Jun 13 07:46:28 2016 +0900 |
tree | 0edabd4f98482da290239d8b8987c2d912c8ba37 | |
parent | 6ff36d21746d61d7a2af08ea0bd973059d91d306 [diff] |
tools: moveconfig: remove redundant else: after sys.exit() Nesting by "else:" is not generally useful after such statements as return, break, sys.exit(), etc. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>