Skip to content

AthenaCommon: More python 3 fixes

Scott Snyder requested to merge ssnyder/athena:py3.AthenaCommon-20200108 into master
  • Coerce iterator to list.
  • fileno

Also need to make sure `file' is explicitly defined as a local if we're assigning it on any arm of a conditional; can't just rely on finding it as a builtin.

Merge request reports