writing info to stdout instead of stderr

This commit is contained in:
Christoph Kords 2012-02-28 13:21:59 +00:00
parent 040e244993
commit 10e93244c1
1 changed files with 1 additions and 1 deletions

View File

@ -842,7 +842,7 @@ if options.info:
if options.filetype == 'spectral':
print '\n\n',p
SummarizePostfile(stat,sys.stderr)
SummarizePostfile(stat)
print '\nUser Defined Outputs'
for what in me: