chiark / gitweb /
Prevent 2 instances of the same version starting on windows, and instead load the...
authordaid <daid303@gmail.com>
Mon, 25 Nov 2013 09:45:50 +0000 (10:45 +0100)
committerdaid <daid303@gmail.com>
Mon, 25 Nov 2013 09:45:50 +0000 (10:45 +0100)
Cura/gui/app.py

index e557c2eca61b2e10a3eea9e5e6143afd5962e23a..106bdab1940957b6482db97712ec93789ca8fa5e 100644 (file)
@@ -22,7 +22,7 @@ class CuraApp(wx.App):
                self.mainWindow = None
                self.splash = None
                self.loadFiles = files
-               
+
                if sys.platform.startswith('win') and len(files) > 0:
                        #Check for an already running instance, if another instance is running load files in there
                        from Cura.util import version