We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14480e6 commit eee8a3cCopy full SHA for eee8a3c
1 file changed
kazoo/python2atexit.py
@@ -27,7 +27,7 @@ def _run_exitfuncs():
27
exc_info = sys.exc_info()
28
except:
29
import traceback
30
- sys.stderr("Error in atexit._run_exitfuncs:\n")
+ sys.stderr.write("Error in atexit._run_exitfuncs:\n")
31
traceback.print_exc()
32
33
0 commit comments