Skip to content
Snippets Groups Projects
Commit 0dc6a8ba authored by Todd Gamblin's avatar Todd Gamblin
Browse files

Changed shebang warning to msg, since shebang patching happens routinely.

parent 8c0c3263
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ def filter_shebang(path):
if saved_mode is not None:
os.chmod(path, saved_mode)
tty.warn("Patched overlong shebang in %s" % path)
tty.msg("Patched long shebang in %s" % path)
def filter_shebangs_in_directory(directory, filenames=None):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment