From d7147799d815f6f273b4814419cd8d5955ad4569 Mon Sep 17 00:00:00 2001 From: Nathan Baker Date: Fri, 29 May 2020 20:55:32 -0700 Subject: [PATCH] Python formatting is annoying. I sometimes miss C -- but only with output formatting. C++ cout marks some decline of civilization, I think... Addresses https://github.com/jensengroup/propka-3.1/pull/40#discussion_r432313434 --- propka/group.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/propka/group.py b/propka/group.py index 9251275..465c195 100644 --- a/propka/group.py +++ b/propka/group.py @@ -473,7 +473,7 @@ class Group: str_ += '*' else: str_ += ' ' - str_ += " {0:4d}{1:>2s} ".format(int(100.0*self.buried), "%%") + str_ += " {0:4d}{1:>2s} ".format(int(100.0*self.buried), "%") str_ += " {0:6.2f} {1:4d}".format( self.energy_volume, int(self.num_volume)) str_ += " {0:6.2f} {1:4d}".format(