Skip to content

Commit 19cef26

Browse files
committed
Update magic branding
1 parent d91658b commit 19cef26

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

diff-logs.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
r'\bport \d{5,5}\b': 'port 11111', # Remote port
2525
r'\bW/(?P<quote>\\?")[^"]*(?P=quote)': 'W/"ETag"', # ETag header
2626
# Common files
27-
r'/tmp/[^/:"\']{6,}(?:/[^/:"\']+)*/?': '/tmp/106d1ff',
27+
r'/tmp/[^/:"\']{6,}(?:/[^/:"\']+)*/?': '/tmp/d1ff1065',
2828
# Common tools
2929
r'(?P<step_no>(?:\s|\A)#\d+) \d+\.\d+': r'\g<step_no> 1', # Docker build steps
3030

31-
r'(?:[\da-fA-F]{4,}-){4,}[\da-fA-F]{4,}': '106d1ff-106d-1ff1-06d1-ff106d1ff', # UUID
31+
r'(?:[\da-fA-F]{4,}-){4,}[\da-fA-F]{4,}': 'd1ff1065-d1ff-1065-1007-d1ff1065', # UUID
3232
r'[a-zA-Z0-9]{18,}': 'AAAAAAAAAAAAAAAAAA', # Long payload
33-
r'[a-fA-F0-9]{7,}': '106D1FF', # Hash digest
33+
r'[a-fA-F0-9]{7,}': 'd1ff1065', # Hash digest
3434
# Progress bar, e.g. in pip, tqdm
3535
r'^(?P<indent>[ \t]*)(?P<pct>\d+%\|)?'
3636
r'(?P<symbol>[━=█])(?P=symbol){4,}(?(pct)\||)'

0 commit comments

Comments
 (0)