File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -586,7 +586,6 @@ def pycoverage(cmd_args): # pragma: no cover
586586 cylc_wc = Path (os .environ ['CYLC_COVERAGE_BASE' ])
587587 else :
588588 cylc_wc = Path (cylc .flow .__file__ ).parents [2 ]
589- print (f'START: { sys .argv [1 :]} ' , file = sys .stderr )
590589
591590 # initiate coverage
592591 try :
@@ -608,9 +607,7 @@ def pycoverage(cmd_args): # pragma: no cover
608607 '\n \n *****************************\n \n '
609608 ) from exc
610609
611-
612610 def cov_stop (* a , ** k ):
613- print (f'STOP: { sys .argv [1 :]} ' , file = sys .stderr )
614611 cov .stop ()
615612 cov .save ()
616613 if cylc_coverage == '2' :
@@ -630,6 +627,7 @@ def cov_stop(*a, **k):
630627 # stop the coverage and save the data
631628 cov_stop ()
632629
630+
633631def get_arg_parser ():
634632 parser = argparse .ArgumentParser (add_help = False )
635633 parser .add_argument (
You can’t perform that action at this time.
0 commit comments