commit | 6ef8ad95944cd0b4a3a216639b16d21d35a07fe4 | [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 | 7c0d9d26d25aee125364570f776f2d4183860d6d [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>