Skip to content

Commit

Permalink
Remove new line from comment for now
Browse files Browse the repository at this point in the history
  • Loading branch information
IanCa committed Feb 19, 2024
1 parent 83eec02 commit 2412fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hed/tools/remodeling/dispatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def errors_to_str(messages, title="", sep='\n'):
Parameters:
messages (list): List of error dictionaries each representing a single error.
title (str): If provided the title is concatenated at the top.
sep (str): Character used between lines in concatenation (default '\n').
sep (str): Character used between lines in concatenation.
Returns:
str: Single string representing the messages.
Expand Down

0 comments on commit 2412fe1

Please sign in to comment.