Skip to content

Commit

Permalink
fix p2 to p3
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenhua0320 committed Aug 4, 2024
1 parent 8f6c376 commit 7b21a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diffpy/srmise/basefunction.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def writestr(self, baselist):
else:
lines.append("base=%s" % repr(None))
# Write all other metadata
for k, (v, f) in self.metadict.iteritems():
for k, (v, f) in self.metadict.items():
lines.append("%s=%s" % (k, f(v)))
datastring = "\n".join(lines) + "\n"
return datastring
Expand Down

0 comments on commit 7b21a4d

Please sign in to comment.