From 73f2273d710731836ad69096131b5c2c6da5b9b6 Mon Sep 17 00:00:00 2001 From: Stefano Rivera Date: Wed, 7 Dec 2011 01:19:02 +0200 Subject: [PATCH] Typo --- syncpackage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncpackage b/syncpackage index 72b9970..24d483a 100755 --- a/syncpackage +++ b/syncpackage @@ -217,7 +217,7 @@ def sync_dsc(src_pkg, debian_dist, release, name, email, bugs, ubuntu_mirror, cmd += ["-q"] Logger.command(cmd + ['>', '../' + changes_filename]) process = subprocess.Popen(cmd, stdout=subprocess.PIPE) - changes = process.communicate.communicate()[0] + changes = process.communicate()[0] # Add additional bug numbers if len(bugs) > 0: