From 4426b0e9057909f0f752f90fddc9047b816ad7d5 Mon Sep 17 00:00:00 2001 From: tassaron Date: Mon, 22 May 2017 16:46:59 -0400 Subject: rm line that makes atexit raise an error I don't notice any difference in behaviour without this line --- main.py | 1 - 1 file changed, 1 deletion(-) (limited to 'main.py') diff --git a/main.py b/main.py index 0e55196..cb862ac 100644 --- a/main.py +++ b/main.py @@ -185,7 +185,6 @@ class Main(QtCore.QObject): self.settings.setValue("fontSize", str(self.window.fontsizeSpinBox.value())) self.settings.setValue("xPosition", str(self.window.textXSpinBox.value())) self.settings.setValue("yPosition", str(self.window.textYSpinBox.value())) - sys.exit(0) def openInputFileDialog(self): inputDir = self.settings.value("inputDir", expanduser("~")) -- cgit v1.2.3