Skip to content

Commit

Permalink
cli_status: no heading for output. #332
Browse files Browse the repository at this point in the history
  • Loading branch information
lemon24 committed Jun 16, 2024
1 parent 88f32d2 commit ee061e8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/reader/_plugins/cli_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ def get_output(config, now, output, exc):
parts = [
'# ' + now.replace(tzinfo=None).isoformat(' ', 'seconds'),
'OK' if code == 0 else f'fail ({code})',
'\n## output',
]
output = output.rstrip()
if output:
Expand Down
3 changes: 0 additions & 3 deletions tests/test_plugins_cli_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ def invoke(*args):
OK
## output
<OUTPUT>
Expand Down

0 comments on commit ee061e8

Please sign in to comment.