Skip to content

Commit

Permalink
filename
Browse files Browse the repository at this point in the history
  • Loading branch information
blleng committed Sep 11, 2024
1 parent a4373bd commit b564fdb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/convert_emd/drawing.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def convert_emd(file_name, data, output_type, scale_bar, sb_color, sb_x_start, s
title_attr = title_attr + "/"
if not os.path.exists(output_dir + title + title_attr):
os.makedirs(output_dir + title + title_attr)
title_attr = "/" + title_attr
else: idata = [frame["data"]]

for j in range(len(idata)):
Expand Down

0 comments on commit b564fdb

Please sign in to comment.