Skip to content
Snippets Groups Projects
Commit e0a53776 authored by Pieter Donker's avatar Pieter Donker
Browse files

L2SDP-1091: backup

parent 9668ccaf
No related branches found
No related tags found
1 merge request!191Resolve L2SDP-1091
Pipeline #122607 passed with warnings
Pipeline: sdptr

#122608

    ......@@ -106,7 +106,7 @@ class TbufState:
    else:
    _data = data
    if ptype in ["hdr"]:
    data = [f"node-{i}" for i in _data]
    _data = [f"node-{i}" for i in _data]
    return " ".join([f"{i:>12}" for i in _data])
    if ptype in ["str", "int"]:
    return " ".join([f"{i:>12}" for i in _data])
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment