Fix a string type issue in the BitBucket too-many-logins handler.

Review Request #12046 — Created Feb. 7, 2022 and submitted

Information

Review Board
release-4.0.x

Reviewers

The change I made to more elegantly handle the too-many-logins error we
were seeing from BitBucket worked fine on Python 2.x, but had a string
types bug on Python 3. This change fixes that up.

Ran unit tests on all supported versions of Python.

Summary ID
Fix a string type issue in the BitBucket too-many-logins handler.
The change I made to more elegantly handle the too-many-logins error we were seeing from BitBucket worked fine on Python 2.x, but had a string types bug on Python 3. This change fixes that up. Testing Done: Ran unit tests on all supported versions of Python.
5452029433c48c401ab3edfb9c998bfcb92f76e4
chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-4.0.x (6d43d8e)
Loading...