You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 23, 2025. It is now read-only.
1. Removes instances of /usr/bin/env python, which don't
work on non-Linux and also were wrong in some cases.
2. Makes sure to use raw strings for regexes, which gets
rid of some warnings with modern Python.
3. Uses '-f' when removing files to quite warnings.
Signed-off-by: Chris Lalancette <[email protected]>
0 commit comments