Skip to content

Commit 6bbf52d

Browse files
committed
Fixed typo SCI-1315
1 parent e2519e5 commit 6bbf52d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/surface_charge/_surface_charge_calculator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def get_structure(self):
7373
elif ".mol2" in self.structure:
7474
self.crystal = CrystalReader(self.structure)[0]
7575
else:
76-
raise IOError(" \n ERROR : Please supply ref code mol2")
76+
raise IOError(" \n ERROR : Please supply refcode or mol2")
7777

7878
@property
7979
def surfaces(self):

0 commit comments

Comments
 (0)