From d69e21a0af6eee574cbbed26c815738933b269f9 Mon Sep 17 00:00:00 2001 From: Didier Roche Date: Thu, 9 Jun 2011 13:36:06 +0200 Subject: [PATCH] * lp-project-upload: - fix a bug when new milestone wasn't specified --- debian/changelog | 4 ++++ lp-project-upload | 1 + 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index a2c102d..515eb64 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,10 @@ ubuntu-dev-tools (0.125) UNRELEASED; urgency=low - allows scripts to avoid the interactive editors - document these changes in the manpage + [ Didier Roche ] + * lp-project-upload: + - fix a bug when new milestone wasn't specified + -- Benjamin Drung Sat, 28 May 2011 19:43:10 +0200 ubuntu-dev-tools (0.124) unstable; urgency=low diff --git a/lp-project-upload b/lp-project-upload index 28395cf..ed94f25 100755 --- a/lp-project-upload +++ b/lp-project-upload @@ -89,6 +89,7 @@ def main(): Usage: %s [new milestone] [changelog file] [releasenotes file]''' % sys.argv[0] sys.exit(1) + new_milestone = None changelog_file = None releasenotes_file = None if len(sys.argv) == 4: