do not use a bold prompt (there are a several of problems)

This commit is contained in:
Romain Bignon 2010-10-19 10:42:03 +02:00
commit 41a76723b6
2 changed files with 8 additions and 2 deletions

View file

@ -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 = {}