Skip to content

Commit 4f1f388

Browse files
Jake AdamsJake Adams
Jake Adams
authored and
Jake Adams
committed
Add missing doc-string to new function
1 parent 7047248 commit 4f1f388

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: issue_metrics.py

+3
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,9 @@ def get_per_issue_metrics(
168168

169169

170170
def evaluate_markdown_file_size(output_file: str) -> None:
171+
"""
172+
Evaluate the size of the markdown file and split it, if it is too large.
173+
"""
171174
file_name_without_extension = Path(output_file).stem
172175
max_char_count = 65535
173176
if markdown_too_large_for_issue_body(output_file, max_char_count):

0 commit comments

Comments
 (0)