Skip to content

Commit

Permalink
Drop if __name__ == "__main__" from ./bin/kconfig-hardened-check
Browse files Browse the repository at this point in the history
It always runs as a main program.
  • Loading branch information
a13xp0p0v committed Aug 14, 2023
1 parent 133e7a0 commit 316599f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/kconfig-hardened-check
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit 316599f

Please sign in to comment.