We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 684e8d6 commit da28f27Copy full SHA for da28f27
src/diffpy/structure/__init__.py
@@ -66,7 +66,7 @@ def loadStructure(filename, fmt='auto', **kw):
66
"""
67
from diffpy.structure.parsers import getParser
68
p = getParser(fmt, **kw)
69
- rv = p.parseFile(str(filename))
+ rv = p.parseFile(filename)
70
return rv
71
72
# silence pyflakes checker
0 commit comments