writing info to stdout instead of stderr
This commit is contained in:
parent
040e244993
commit
10e93244c1
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue