flake8
passed.
JSHint
passed.
Review Request #12144 — Created March 14, 2022 and submitted
Recent changes merged from Review Board 4 introduced usage of
six
to
modules that no longer used it. These have been switched to use
equivalent code for Python 3, and to fix some bad documentation that was
missed during development and review.A recent unit test update for 5.0 was also broken. A
raise
was being
called in theelse
clause of atry/execpt
, which isn't valid
(there's nothing to raise). This has been removed. Any exceptions will
just bubble up.
All unit tests pass (except for one that requires a larger update).
Summary | ID |
---|---|
073b4b2e83044327260cfa9cb7ec87976a4439c2 |