Skip to content

Digitization: python 3 fixes

Scott Snyder requested to merge ssnyder/athena:py3.Digitization-20200106 into master
  • logging format string
  • it.next() -> next(it)
  • use () with conf flag
  • iteritems
  • pickle file needs to be opened as binary

Merge request reports