Skip to content

AthenaCommon: python3 fix

Scott Snyder requested to merge ssnyder/athena:py3.AthenaCommon-20200709 into master

Need to pass a raw string to prctl, not a unicode string. Otherwise, the process name get set to just `a'.

Merge request reports