Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrbortolotti committed Dec 8, 2023
1 parent 8e2e466 commit eaa796d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SONATA/cbm/display/display_mesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ def plot_cells(cells,nodes, attr1, materials, VABSProperties=None, title='None',

if 'savepath' in kw:

if not os.path.exists(kw['savepath']+'figures'): # create 'figures' Folder if not already existing
if not os.path.exists(os.path.join(kw['savepath'],'figures')): # create 'figures' Folder if not already existing
os.makedirs(os.path.join(kw['savepath'],'figures'))

# datestr = datetime.datetime.now().strftime("%Y%m%d_%H%M")
Expand Down

0 comments on commit eaa796d

Please sign in to comment.