Skip to content

Commit 471cae6

Browse files
authored
Update probe_search.py (#243)
Increasing of characters width for the field "ID". It was fixed to 5, but currently the ID of the probes is up to 7 ciphers (characters).
1 parent a9040a8 commit 471cae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ripe/atlas/tools/commands/probe_search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class Command(BaseCommand):
3838
)
3939

4040
COLUMNS: Dict[str, tabular.ColumnDef] = {
41-
"id": {"align": ">", "width": 5},
41+
"id": {"align": ">", "width": 7},
4242
"asn_v4": {"align": ">", "width": 6},
4343
"asn_v6": {"align": ">", "width": 6},
4444
"country": {"align": "^", "width": 7},

0 commit comments

Comments
 (0)