We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e328b2 commit 3fcb677Copy full SHA for 3fcb677
diffpy/Structure/Parsers/P_discus.py
@@ -113,7 +113,7 @@ def toLines(self, stru):
113
stru_pdffit.update(stru.pdffit)
114
# here we can start
115
self.lines = lines = []
116
- lines.append( "title " + self.stru.title.strip() )
+ lines.append(("title " + self.stru.title).strip())
117
lines.append( "spcgr " + stru_pdffit["spcgr"] )
118
if stru_pdffit.get('spdiameter', 0.0) > 0.0:
119
line = 'shape sphere, %g' % stru_pdffit['spdiameter']
0 commit comments