Skip to content

Commit 0e61ecf

Browse files
committed
Apply suggestions from code review
Co-authored-by: Tim Pillinger <26465611+wxtim@users.noreply.github.com>
1 parent 53b8c65 commit 0e61ecf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cylc/flow/scripts/cylc.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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+
633631
def get_arg_parser():
634632
parser = argparse.ArgumentParser(add_help=False)
635633
parser.add_argument(

0 commit comments

Comments
 (0)