Skip to content

Commit

Permalink
Update binary logging
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Mar 18, 2024
1 parent e855709 commit de43f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robotframework_reportportal/listener.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

logger = logging.getLogger(__name__)
DATA_SIGN = '${data} = '
TRUNCATION_SIGN = '...'
TRUNCATION_SIGN = "'..."


def is_binary(iterable: Union[bytes, bytearray, str]) -> bool:
Expand Down

0 comments on commit de43f83

Please sign in to comment.