remove unnecessary brackets
This commit is contained in:
parent
f1a43f1101
commit
3dd50f363d
11 changed files with 13 additions and 12 deletions
|
|
@ -88,7 +88,7 @@ class WebContentEdit(ReplApplication):
|
|||
print 'No changes. Abort.'
|
||||
return
|
||||
|
||||
print 'Contents changed:\n%s' % ('\n'.join([' * %s' % content.id for content in contents]))
|
||||
print 'Contents changed:\n%s' % ('\n'.join(' * %s' % content.id for content in contents))
|
||||
|
||||
message = self.ask('Enter a commit message', default='')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue