Skip to content

Commit

Permalink
fix unwrap issue
Browse files Browse the repository at this point in the history
  • Loading branch information
looooo committed Nov 4, 2021
1 parent 8ec316b commit 7ed26f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openglider/plots/patterns.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def fn(filename):
try:
os.mkdir(outdir)
except FileExistsError as e:
print("directory {} already exists, overwrite files".format(outdir)")
print("directory {} already exists, overwrite files".format(outdir))

if self.config.profile_numpoints:
self.glider_2d.num_profile = self.config.profile_numpoints
Expand Down

0 comments on commit 7ed26f2

Please sign in to comment.