Removed another redundant makedirs.
This commit is contained in:
parent
46248a6e2e
commit
9e3865d881
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue