projects
/
kconfig-hardened-check.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58cc1a0
)
Don't check __name__ in __init__.py (it can't run separately anyway)
author
Alexander Popov
<alex.popov@linux.com>
Wed, 8 Jun 2022 22:54:42 +0000
(
01:54
+0300)
committer
Alexander Popov
<alex.popov@linux.com>
Wed, 8 Jun 2022 22:54:42 +0000
(
01:54
+0300)
kconfig_hardened_check/__init__.py
patch
|
blob
|
history
diff --git
a/kconfig_hardened_check/__init__.py
b/kconfig_hardened_check/__init__.py
index 59fe71dc5e0ba0a7db2c0609cbf20383b1a5d919..d1c77d0cc64339ed277e32adcd39f4742948571b 100644
(file)
--- a/
kconfig_hardened_check/__init__.py
+++ b/
kconfig_hardened_check/__init__.py
@@
-904,6
+904,3
@@
def main():
parser.print_help()
sys.exit(0)
-
-if __name__ == '__main__':
- main()