Commit 316599f9 by Alexander Popov

Drop `if __name__ == "__main__"` from ./bin/kconfig-hardened-check

It always runs as a main program.
parent 133e7a07
......@@ -12,5 +12,4 @@ sys.path.insert(0, parent_dir)
import kconfig_hardened_check
if __name__ == "__main__":
kconfig_hardened_check.main()
kconfig_hardened_check.main()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment