File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33# pylint: disable=missing-docstring
44
55import logging
6- from sys import exit as sys_exit
7- from sys import stdout as sys_stdout
86
97from ..testing .archivist_parser import common_parser
108from ..testing .parser import common_endpoint
@@ -30,6 +28,3 @@ def main():
3028 poc = common_endpoint ("document" , args )
3129
3230 run (poc , args )
33-
34- parser .print_help (sys_stdout )
35- sys_exit (1 )
Original file line number Diff line number Diff line change @@ -179,3 +179,4 @@ def run(arch, args):
179179 },
180180 )
181181 LOGGER .info ("V1.3.ME published" )
182+ sys_exit (0 )
Original file line number Diff line number Diff line change 33# pylint: disable=missing-docstring
44
55import logging
6- from sys import exit as sys_exit
7- from sys import stdout as sys_stdout
86
97from ..testing .archivist_parser import common_parser
108from ..testing .parser import common_endpoint
@@ -30,6 +28,3 @@ def main():
3028 poc = common_endpoint ("document" , args )
3129
3230 run (poc , args )
33-
34- parser .print_help (sys_stdout )
35- sys_exit (1 )
Original file line number Diff line number Diff line change 33# pylint: disable=missing-docstring
44
55import logging
6- from sys import exit as sys_exit
7- from sys import stdout as sys_stdout
86
97from ..testing .archivist_parser import common_parser
108from ..testing .parser import common_endpoint
@@ -32,6 +30,3 @@ def main():
3230 arch = common_endpoint ("sbom" , args )
3331
3432 run (arch , args )
35-
36- parser .print_help (sys_stdout )
37- sys_exit (1 )
Original file line number Diff line number Diff line change 33# pylint: disable=missing-docstring
44
55import logging
6- from sys import exit as sys_exit
7- from sys import stdout as sys_stdout
86
97from ..testing .archivist_parser import common_parser
108from ..testing .parser import common_endpoint
@@ -30,6 +28,3 @@ def main():
3028 poc = common_endpoint ("wipp" , args )
3129
3230 run (poc , args )
33-
34- parser .print_help (sys_stdout )
35- sys_exit (1 )
You can’t perform that action at this time.
0 commit comments