We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52b73f4 commit ad516a6Copy full SHA for ad516a6
‎distutils/command/build_scripts.py
@@ -75,7 +75,7 @@ def copy_scripts(self):
75
76
return outfiles, updated_files
77
78
- def _copy_script(self, script, outfiles, updated_files): # noqa: C901
+ def _copy_script(self, script, outfiles, updated_files):
79
shebang_match = None
80
script = convert_path(script)
81
outfile = os.path.join(self.build_dir, os.path.basename(script))
0 commit comments