BIND 10 #2710: b10-cmdctl needs restart when adding users
BIND 10 Development
do-not-reply at isc.org
Tue Mar 12 08:39:07 UTC 2013
#2710: b10-cmdctl needs restart when adding users
-------------------------------------+-------------------------------------
Reporter: jelte | Owner: jelte
Type: defect | Status:
Priority: medium | reviewing
Component: bind-ctl | Milestone:
Keywords: | Sprint-20130319
Sensitive: 0 | Resolution:
Sub-Project: DNS | CVSS Scoring:
Estimated Difficulty: 3 | Defect Severity: N/A
Total Hours: 1.05 | Feature Depending on Ticket:
| Add Hours to Ticket: 0
| Internal?: 0
-------------------------------------+-------------------------------------
Changes (by vorner):
* owner: vorner => jelte
* totalhours: 0 => 1.05
Comment:
Hello
Replying to [comment:10 jelte]:
> > Why not output all the lines at once here? Something like joining them
with "\n" and writing?
> > {{{#!python
> > def __enter__(self):
> > with open(self.__path, 'w') as f:
> > for line in self.__contents:
> > f.write(line)
> > }}}
> >
>
> OK
I looked at this part again and discovered it is missing the end of the
last line. Actually, the original code was missing all the end of lines, I
guess. I fixed and pushed to the branch, I hope you don't mind.
It looks OK to merge with this.
--
Ticket URL: <http://bind10.isc.org/ticket/2710#comment:11>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list