We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d5df51 commit d3df20eCopy full SHA for d3df20e
src/diffpy/fourigui/fourigui.py
@@ -43,7 +43,8 @@ def initUI(self):
43
44
print("\nNew Session started ...")
45
print(
46
- "Enjoy exploring the beautiful reconstructions in real and in reciprocal space!" # noqa: E501
+ "Enjoy exploring the beautiful reconstructions in real and in "
47
+ "reciprocal space!"
48
)
49
50
# 4 frames:
@@ -606,7 +607,8 @@ def animation(self):
606
607
anispeed = self.anientry.get()
608
except ValueError:
609
- "Oops... animation speed must be an integer > 0 or empty string." # noqa: E501
610
+ "Oops... animation speed must be an integer > 0 "
611
+ "or empty string."
612
613
n = self.plane_num.get() - 1
614
while n is not self.plane_num.get():
0 commit comments