Skip to content

Some more python3 fixes

Patrick Godwin requested to merge py3_fixes into master
  • dict.has_key in condor.py
  • convert dict.values() to list before accessing element in reports.py
  • check for python 3 version of html, html3 before turning off html-based reports in reports.py.

The first was an issue when using condor workflows, the second allows html-based reports when running with python 3.

Merge request reports