Skip to content

Commit

Permalink
Fixed flake8 deetails
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Sep 9, 2020
1 parent cd5b4ab commit 1036fd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pcbnew_do
Original file line number Diff line number Diff line change
Expand Up @@ -222,11 +222,11 @@ def print_layers(pcb_file, output_dir, output_filename, record=True, fill_zones=
retry = False
try:
id = wait_for_window('Print dialog', 'Print')
except RuntimeError: # pragma: no cover
except RuntimeError: # pragma: no cover
# Perhaps the fill took too muchm try again
retry = True

if retry: # pragma: no cover
if retry: # pragma: no cover
# Excluded from coverage, only happends under conditions hard to reproduce
logger.info('Open File->Print (retrying)')
wait_point()
Expand Down

0 comments on commit 1036fd1

Please sign in to comment.