Skip to content

Commit

Permalink
Minor docstring update
Browse files Browse the repository at this point in the history
Change-Id: Ie175b3dc36235814d88f89a8173d8f3d87796293
  • Loading branch information
rene-slowenski-checkmk committed Oct 6, 2023
1 parent 3380f16 commit d88cc24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/merge-junit-suites.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Copyright (C) 2023 Checkmk GmbH - License: GNU General Public License v2
# This file is part of Checkmk (https://checkmk.com). It is subject to the terms and
# conditions defined in the file COPYING, which is part of this source code package.
"""Used to merge bulk-mode chunk report."""
"""Merge several junit report files (combining suites of the same name)."""
import os
import sys
from xml.etree import ElementTree
Expand Down

0 comments on commit d88cc24

Please sign in to comment.