comparison contrib/check-config.py @ 51700:7f0cb9ee0534

Backout accidental publication of a large range of revisions I accidentally published 25e7f9dcad0f::bd1483fd7088, this is the inverse.
author Raphaël Gomès <rgomes@octobus.net>
date Tue, 23 Jul 2024 10:02:46 +0200
parents 493034cc3265
children ca7bde5dbafb
comparison
equal deleted inserted replaced
51699:bd1483fd7088 51700:7f0cb9ee0534
54 54
55 def mkstr(b): 55 def mkstr(b):
56 if isinstance(b, str): 56 if isinstance(b, str):
57 return b 57 return b
58 return b.decode('utf8') 58 return b.decode('utf8')
59
59 60
60 else: 61 else:
61 mkstr = lambda x: x 62 mkstr = lambda x: x
62 63
63 64