##// END OF EJS Templates
byteify-string: resolve symlink before byteifying...
marmoute -
r45067:bc9a9016 stable
parent child Browse files
Show More
@@ -328,6 +328,7 b' def main():'
328 'allow-attr-methods': args.allow_attr_methods,
328 'allow-attr-methods': args.allow_attr_methods,
329 }
329 }
330 for fname in args.files:
330 for fname in args.files:
331 fname = os.path.realpath(fname)
331 if args.inplace:
332 if args.inplace:
332 with editinplace(fname) as fout:
333 with editinplace(fname) as fout:
333 with open(fname, 'rb') as fin:
334 with open(fname, 'rb') as fin:
General Comments 0
You need to be logged in to leave comments. Login now