We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2519e5 commit 6bbf52dCopy full SHA for 6bbf52d
scripts/surface_charge/_surface_charge_calculator.py
@@ -73,7 +73,7 @@ def get_structure(self):
73
elif ".mol2" in self.structure:
74
self.crystal = CrystalReader(self.structure)[0]
75
else:
76
- raise IOError(" \n ERROR : Please supply ref code mol2")
+ raise IOError(" \n ERROR : Please supply refcode or mol2")
77
78
@property
79
def surfaces(self):
0 commit comments