do not use a bold prompt (there are a several of problems)
This commit is contained in:
parent
a1e8a67225
commit
41a76723b6
2 changed files with 8 additions and 2 deletions
|
|
@ -47,7 +47,7 @@ class WebContentEdit(ReplApplication):
|
|||
contents += [content for backend, content in self.do('get_content', _id, backends=backend_names) if content]
|
||||
|
||||
if len(contents) == 0:
|
||||
print >>sys.stderr, 'No content for the ID "%s"' % id
|
||||
print >>sys.stderr, 'No contents found'
|
||||
return 1
|
||||
|
||||
paths = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue