Skip to content

Commit

Permalink
Format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Mar 20, 2024
1 parent 79cd074 commit 5fdaf19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robotframework_reportportal/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def debug(msg: str, html: bool = False, attachment: Optional[Dict[str, str]] = N
write(msg, "DEBUG", html, attachment, launch_log)


def info(msg: str, html: bool = False, also_console: bool = False, attachment: Optional[Dict[str, str]] = None,
def info(msg: str, html: bool = False, also_console: bool = False, attachment: Optional[Dict[str, str]] = None,
launch_log: bool = False):
"""Write the message to the log file using the ``INFO`` level.
Expand Down

0 comments on commit 5fdaf19

Please sign in to comment.