Fixed pycodestyle E1 errors

This commit is contained in:
Veronica K. B. Olsen
2020-08-12 20:28:42 +02:00
parent 827e84f731
commit 28ab689dab
2 changed files with 12 additions and 11 deletions
+3 -2
View File
@@ -962,8 +962,9 @@ class GuiDocEditor(QTextEdit):
if theSize > self.mainConf.bigDocLimit*1000:
logger.info(
"The document size is %d > %d, big doc mode is enabled" % (
theSize, self.mainConf.bigDocLimit*1000
))
theSize, self.mainConf.bigDocLimit*1000
)
)
self.bigDoc = True
else:
self.bigDoc = False