pytorch
5c752ead - Print non-breaking space directly in lint.yml (#56726)

Commit
3 years ago
Print non-breaking space directly in lint.yml (#56726) Summary: After some fun investigating, samestep found that `\u1234` to produce a unicode character is only supported in bash > 4.2, but MacOS ship with bash/sh 3.2, so it was searching for the literal string `u1234`. This fixes the issue by printing out the char directly via its UTF-8 bytes and `printf`. ](https://our.intern.facebook.com/intern/diff/27952866/) Pull Request resolved: https://github.com/pytorch/pytorch/pull/56726 Pulled By: driazati Reviewed By: SplitInfinity Differential Revision: D27952866 fbshipit-source-id: 35871e959e250dfdbbdf8b121fc92212bc0614e8
Author
davidriazati@fb.com
Parents
Loading