1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-02-21 20:38:57 +00:00

Removing unnecessary comment form sqlite result processor documentation.

This commit is contained in:
Sergei Trofimov 2015-04-14 12:02:24 +01:00
parent 11b8001308
commit 61b834e52c

View File

@ -77,8 +77,7 @@ class SqliteResultProcessor(ResultProcessor):
name = 'sqlite'
description = """
Stores results in an sqlite database. The following settings may be
specified in config.py:
Stores results in an sqlite database.
This may be used accumulate results of multiple runs in a single file.