The upgrade_1_to_2 module stores a report_version string literal in
the Parameter column of the Run table which is declared as binary data.
This does not work in Python 3 where strings/text and binary are
different things. This commit changes it for a binary literal instead
(introduced in Python 2.6).
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 38621 Build 38620: arc lint + arc unit