Message335925
| Author | ralonsoh |
|---|---|
| Recipients | ralonsoh |
| Date | 2019-02-19.10:46:00 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1550573160.5.0.804221686367.issue36033@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
When using Pycharm to execute unit/functional tests (OpenStack development), oslo_privsep.daemon._ClientChannel.out_of_band retrieves the record from the input arguments. Pycharm arguments are stored in a dictionary using bytes instead of strings. When logging.makeLogRecord tries to update "rv", the value in "dict" parameter (using bytes) doesn't update "rv" values. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-02-19 10:46:00 | ralonsoh | set | recipients: + ralonsoh |
| 2019-02-19 10:46:00 | ralonsoh | set | messageid: <1550573160.5.0.804221686367.issue36033@roundup.psfhosted.org> |
| 2019-02-19 10:46:00 | ralonsoh | link | issue36033 messages |
| 2019-02-19 10:46:00 | ralonsoh | create | |