From 13b0c3cf9890b163a96ff3cfa8d00b072b48dcc1 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 22 Feb 2007 11:59:58 +0000 Subject: Avoid a TypeError when commitmessagefile is None. svn path=/main/trunk/; revision=6029 --- bin/repoman | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/repoman') diff --git a/bin/repoman b/bin/repoman index c34df1b8d..cd02e73ba 100755 --- a/bin/repoman +++ b/bin/repoman @@ -1746,7 +1746,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