Removed page break at the end for printme.html

This commit is contained in:
Chris Palmer 2021-01-31 10:50:20 +00:00
parent 0a7208ff5a
commit 0485eeeb34
1 changed files with 2 additions and 1 deletions

View File

@ -81,6 +81,7 @@ def bom_to_assemblies(bom_dir, bounds_map):
def eop(print_mode, doc_file, last = False, first = False): def eop(print_mode, doc_file, last = False, first = False):
if print_mode: if print_mode:
if not last:
print('\n<div style="page-break-after: always;"></div>', file = doc_file) print('\n<div style="page-break-after: always;"></div>', file = doc_file)
else: else:
if not first: if not first: