Removed another redundant makedirs.

This commit is contained in:
Salvador E. Tropea 2020-05-26 19:28:14 -03:00
parent 46248a6e2e
commit 9e3865d881
1 changed files with 0 additions and 2 deletions

View File

@ -407,8 +407,6 @@ class Plotter(object):
modulesStr, maxSizes):
to = output.options.type_options
outdir = plot_ctrl.GetPlotOptions().GetOutputDirectory()
if not os.path.exists(outdir):
os.makedirs(outdir)
name = os.path.splitext(os.path.basename(board.GetFileName()))[0]
topf = None