Skip to content

Commit 7ed26f2

Browse files
committed
fix unwrap issue
1 parent 8ec316b commit 7ed26f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openglider/plots/patterns.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def fn(filename):
9999
try:
100100
os.mkdir(outdir)
101101
except FileExistsError as e:
102-
print("directory {} already exists, overwrite files".format(outdir)")
102+
print("directory {} already exists, overwrite files".format(outdir))
103103

104104
if self.config.profile_numpoints:
105105
self.glider_2d.num_profile = self.config.profile_numpoints

0 commit comments

Comments
 (0)