Skip to content

Commit 4891f57

Browse files
committed
fix command option in fixtail to false
1 parent 04ee48f commit 4891f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/export/export2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ def main():
331331
openmode = "a"
332332
else:
333333
openmode = "w"
334-
options.kwargs['fixtail'] = True
334+
options.kwargs['fixtail'] = False
335335

336336
try:
337337
options.kwargs['fd'] = open(options.kwargs['output'], openmode)

0 commit comments

Comments
 (0)