From 1d02d229f2cf55c70466694cfc06e6cfb9e019cb Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 22 Feb 2007 12:00:31 +0000 Subject: Avoid a TypeError when commitmessagefile is None. (trunk r6028:6029) svn path=/main/branches/2.1.2/; revision=6030 --- bin/repoman | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/repoman b/bin/repoman index 62bde5de9..8d7e1346d 100755 --- a/bin/repoman +++ b/bin/repoman @@ -1745,7 +1745,7 @@ else: if manifest_commit_required or signed: if "--pretend" in myoptions: - print "(/usr/bin/cvs -q commit -F "+commitmessagefile+")" + print "(/usr/bin/cvs -q commit -F commitmessagefile)" else: fd, commitmessagefile = tempfile.mkstemp(".repoman.msg") mymsg = os.fdopen(fd, "w") -- cgit v1.2.3-1-g7c22