Skip to content

PyUtils: Don't assume that sys.stdout has a name attribute.

Scott Snyder requested to merge ssnyder/athena:streamFix.PyUtils-20241109 into main

In particular, it won't if we're being imported by something running from doctest.

Fixes test failure in D3PDMakerCoreComps.

Merge request reports