mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Fix grammar and spelling
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
0d56d1c790
commit
a1d418a686
3 changed files with 4 additions and 5 deletions
|
@ -48,7 +48,7 @@ Determines whether relevant holidays are shown beneath the report.
|
|||
Default value is 'yes'.
|
||||
|
||||
**reports.**__<type>__**.hours**::
|
||||
Determines how the <type> report shows all the hours in a day ('all'), or is limited to only hours where data is tracked ('auto').
|
||||
Determines how the <type> report shows all the hours in a day ('all'), or is limited to only hours when data is tracked ('auto').
|
||||
Default value is 'all'.
|
||||
|
||||
**reports.**__<type>__**.lines**::
|
||||
|
|
|
@ -198,7 +198,7 @@ def _get_output(arguments, timeout=None):
|
|||
# Process finished
|
||||
return _retrieve_output(t, output_timeout, outputq, "Program to die")
|
||||
|
||||
# This should never happen but in case something goes really bad
|
||||
# This should never happen, but in case something goes really awry...
|
||||
raise OSError("Program stopped responding and couldn't be killed")
|
||||
|
||||
|
||||
|
|
|
@ -29,12 +29,11 @@
|
|||
|
||||
import inspect
|
||||
import os
|
||||
import sys
|
||||
import traceback
|
||||
import unittest
|
||||
import warnings
|
||||
|
||||
import sys
|
||||
|
||||
|
||||
def color(text, c):
|
||||
"""
|
||||
|
@ -227,7 +226,7 @@ class TAPTestRunner(unittest.runner.TextTestRunner):
|
|||
unittest.signals.registerResult(result)
|
||||
result.failfast = self.failfast
|
||||
|
||||
# TAP requires output is on STDOUT.
|
||||
# TAP requires that output is on STDOUT.
|
||||
# TODO: Define this at __init__ time
|
||||
result.stream = unittest.runner._WritelnDecorator(sys.stdout)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue