diff -r 864e9534d3d4 -r bc9a9016467d contrib/byteify-strings.py --- a/contrib/byteify-strings.py Thu Mar 12 15:23:47 2020 +0100 +++ b/contrib/byteify-strings.py Wed Mar 18 21:27:45 2020 +0100 @@ -328,6 +328,7 @@ 'allow-attr-methods': args.allow_attr_methods, } for fname in args.files: + fname = os.path.realpath(fname) if args.inplace: with editinplace(fname) as fout: with open(fname, 'rb') as fin: