Projects STRLCPY maigret Commits 1b61c508
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    maigret/utils.py
    skipped 66 lines
    67 67   if field_value.startswith('[\''):
    68 68   is_last_item = num == len(items) - 1
    69 69   prepend_symbols = ' ' * 3 if is_last_item else ' ┃ '
    70  - field_value = print_ascii_tree(eval(field_value), prepend_symbols)
     70 + field_value = get_dict_ascii_tree(eval(field_value), prepend_symbols)
    71 71   text += f'\n{prepend}{box_symbol}{field_name}: {field_value}'
    72 72   else:
    73 73   text += f'\n{prepend}{box_symbol} {item}'
    skipped 6 lines
Please wait...
Page is in error, reload to recover