Skip to content
Snippets Groups Projects
Commit b6c976b9 authored by Pierre Lalet's avatar Pierre Lalet Committed by GitHub
Browse files

Merge pull request #372 from guedou/utscapy_exit

Return a correct exit code
parents d3d79785 04b26acd
No related branches found
No related tags found
No related merge requests found
...@@ -24,4 +24,4 @@ ...@@ -24,4 +24,4 @@
import sys import sys
from scapy.tools.UTscapy import main from scapy.tools.UTscapy import main
main(sys.argv[1:]) exit(main(sys.argv[1:]))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment