From c003b83246e499f8d7714a6f2030890725ade4d0 Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Sat, 5 Oct 2019 14:12:22 -0700 Subject: [PATCH] more sync setup --- tools/efrotools/makefile.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/efrotools/makefile.py b/tools/efrotools/makefile.py index 7b005ae9..44dedc1f 100644 --- a/tools/efrotools/makefile.py +++ b/tools/efrotools/makefile.py @@ -51,7 +51,6 @@ class Makefile: plines.append(line) if plines: paragraphs.append(Paragraph(contents='\n'.join(plines))) - plines = [] # Now break all paragraphs into sections. section = Section(name=None, paragraphs=[])