Skip to content

Commit c19ed72

Browse files
committed
test: fix linter issue due to empty line spaces + cache name in help message.
1 parent 202e380 commit c19ed72

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pytools/idfx_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ def __init__ (self):
9898
parser.add_argument("-Werror",
9999
help="Consider warnings as errors",
100100
action="store_true")
101-
101+
102102
parser.add_argument("-ccache",
103-
help="Use CCache to reduce the build time over multiple run of the test suite.",
103+
help="Use ccache to reduce the build time over multiple run of the test suite.",
104104
action="store_true")
105105

106106
args, unknown=parser.parse_known_args()

0 commit comments

Comments
 (0)