From c94575d1e50e58018bf4792c91d27eb8b98681d7 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 31 Aug 2011 19:34:41 +0200 Subject: [PATCH] properly feed it into stdin --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index 9fa1028..5ee3025 100755 --- a/build.py +++ b/build.py @@ -365,7 +365,7 @@ if __name__ == '__main__': cmd, shell=False, close_fds=True, - stdin=stdout_msg, + stdin=parse_changelog.stdout, stdout=subprocess.PIPE, stderr=subprocess.PIPE, cwd='./' -- 2.39.5