BackupGGCode / roster-dns-management

DNS Management system.
0 stars 2 forks source link

redirect error statements to stderr #354

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
All user tools, when they fail, should print their error statements to the 
stderr stream.

Original issue reported on code.google.com by Cooke...@gmail.com on 5 Jan 2013 at 11:23

GoogleCodeExporter commented 9 years ago
One way to do this, is the following:

import sys
print >> sys.stderr, error_string

Original comment by J.S.Pavlick@gmail.com on 6 Jan 2013 at 12:14