diff --git a/jc/parsers/xrandr.py b/jc/parsers/xrandr.py index a2c94271..871f2fcc 100644 --- a/jc/parsers/xrandr.py +++ b/jc/parsers/xrandr.py @@ -288,7 +288,7 @@ def _parse_device(next_lines: List[str], quiet: bool = False) -> Optional[Device device[k] = int(v) except ValueError and not quiet: jc.utils.warning_message( - [f"Error: {next_line} : {k} - {v} is not int-able"] + [f"{next_line} : {k} - {v} is not int-able"] ) while next_lines: