Fix/Workaround for ticket 4369 (Unicode error with six.text_type)
Review Request #8071 — Created March 22, 2016 and submitted
Do not cast 'password' with six.text_type as it fails on non ASCII characters. This will be a common problem for sites that use LDAP authentication where the password is an automatically generated default. In addition this default password is not really used in many cases anyway.
https://hellosplat.com/s/beanbag/tickets/4369/
Manual validation on our instance of reviewboard.
Description | From | Last Updated |
---|---|---|
Col: 1 E101 indentation contains mixed spaces and tabs |
reviewbot | |
Col: 1 W191 indentation contains tabs |
reviewbot | |
Col: 1 W191 indentation contains tabs |
reviewbot | |
Col: 2 E101 indentation contains mixed spaces and tabs |
reviewbot | |
Col: 1 E101 indentation contains mixed spaces and tabs |
reviewbot | |
This comment isn't necessary. |
david |
-
Tool: Pyflakes Processed Files: reviewboard/scmtools/svn/pysvn.py Tool: PEP8 Style Checker Processed Files: reviewboard/scmtools/svn/pysvn.py
-
Tool: Pyflakes Processed Files: reviewboard/scmtools/svn/pysvn.py Tool: PEP8 Style Checker Processed Files: reviewboard/scmtools/svn/pysvn.py