Skip to content

Commit 82b4664

Browse files
committed
Explicitly close pipe to /dev/null
1 parent 70a324b commit 82b4664

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

helpers/generate_modules/generate_modules.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ def main(argv):
7878
)
7979
if template_file.endswith(".sh"):
8080
os.chmod(os.path.join(module.path, template_file), 0o755)
81+
DEVNULL_FILE.close()
8182

8283

8384
if __name__ == "__main__":

0 commit comments

Comments
 (0)