Currently the test "jenkins/test_monorepo_build.py" fails with Python 2 because
it expects the code print("@@@", name, "@@@") to print @@@ Build Directory @@@
while Python 2.7 treats the expression in parenthesis as a tuple and
prints ('@@@', 'Build Directory', '@@@')
Details
Details
- Reviewers
azharudd
Diff Detail
Diff Detail