cleanup
This commit is contained in:
parent
222c84d9be
commit
a7026da45c
@ -1872,7 +1872,7 @@ def write(s, c):
|
|||||||
fmt += 's'
|
fmt += 's'
|
||||||
|
|
||||||
if c == '_':
|
if c == '_':
|
||||||
if name = self.name if self.name else ''
|
name = self.name if self.name else ''
|
||||||
out.write(fmt % name)
|
out.write(fmt % name)
|
||||||
elif c == '.':
|
elif c == '.':
|
||||||
out.write(fmt % self.fullname)
|
out.write(fmt % self.fullname)
|
||||||
|
Loading…
Reference in New Issue
Block a user