remove unneeded quotes from commit message

This commit is contained in:
Tomas Groth 2015-10-12 13:59:53 +01:00
parent 62e9663aec
commit 755f6c5e7c
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ for bug in bugs:
commit_command.append('lp:' + bug)
commit_command.append('-m')
commit_command.append('"' + commit_message + '"')
commit_command.append(commit_message)
commit_command.append('--author')
commit_command.append('"' + author_email + '"')