use stderr closes #470
This commit is contained in:
parent
85c7cf3093
commit
73e7d50e7f
1 changed files with 1 additions and 1 deletions
|
|
@ -1080,7 +1080,7 @@ class ReplApplication(Cmd, BaseApplication):
|
||||||
except FieldNotFound, e:
|
except FieldNotFound, e:
|
||||||
print e
|
print e
|
||||||
except MandatoryFieldsNotFound, e:
|
except MandatoryFieldsNotFound, e:
|
||||||
print '%s Hint: select missing fields or use another formatter (ex: multiline).' % e
|
print >> sys.stderr, '%s Hint: select missing fields or use another formatter (ex: multiline).' % e
|
||||||
|
|
||||||
def flush(self):
|
def flush(self):
|
||||||
self.formatter.flush()
|
self.formatter.flush()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue