<div dir="ltr">How do I suppress or fix this warning? I need the Python script not to generate extraneous output.<div><br></div><div>Here is the function call:</div><div>plot_contourmap = Ngl.contour_map(wks, tracer_surf, mapres)<br></div><div><br></div><div>I am already routing all printed output to null:</div><div>    sys.stdout = open(os.devnull, 'w')<br></div><div><br></div><div>Carl Drews</div><div><br></div></div>