Fix deprecated string syntax.

This commit is contained in:
Nathan Baker
2020-05-25 11:29:11 -07:00
parent 0de12f0f3a
commit 47226bb4b0

View File

@@ -239,7 +239,7 @@ def get_folding_profile_section(protein, conformation='AVR',
str_ += "Could not determine pH values where the free energy"
str_ += " is within 80 %s of minimum\n" % ("%")
else:
str_ += "The free energy is within 80 \% of maximum"
str_ += "The free energy is within 80 %% of maximum"
str_ += " at pH %4.1lf to %4.1lf\n" % (dg_min, dg_max)
if ph_min is None or ph_max is None:
str_ += "Could not determine the pH-range where the free"