/[Apache-SVN]
ViewVC logotype

Revision 1914518


Jump to revision: Previous Next
Author: futatuki
Date: Mon Dec 11 03:59:44 2023 UTC (4 months, 3 weeks ago)
Changed paths: 1
Log Message:
Fix inconsistency in path argment on Config.which_group()

Previously, we call Config.which_group() with path as bytes in
Commit.__init__() and with path as str in Lock.__init__() and
in PropChange.__init__(), but Config.which_group handled path
argment as bytes. To fix it we only use str as path argment on
Config.wich_group().

* tools/hook-scripts/mailer/mailer.py
  (Config.which_groups): Treat path as str.
  (Commit.__init__): convert bytes path into str before calling above.

Found by: Ruediger Pluem (rpluem {_AT_} apache.org)
Review by: dsahlberg


Changed paths

Path Details
Directorysubversion/trunk/tools/hook-scripts/mailer/mailer.py modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26