#2775 closed defect (fixed)
Node.get_private_config() should strip() return value
Reported by: | warner | Owned by: | meejah <meejah@…> |
---|---|---|---|
Priority: | minor | Milestone: | 1.12.0 |
Component: | code | Version: | 1.11.0 |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
Meejah and I noticed that Node.get_or_create_private_config() strips the return value, but Node.get_private_config() does not. I think both should strip the value (since I like my files to have newlines for human readability).
Change History (2)
comment:1 Changed at 2016-04-12T19:35:31Z by meejah <meejah@…>
- Owner set to meejah <meejah@…>
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed at 2016-04-12T19:36:34Z by warner
- Milestone changed from soon to 1.12.0
Note: See
TracTickets for help on using
tickets.
In 308bb8c/trunk: