cleanup
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user