chiark / gitweb /
Bugfix in mac example copy.
authordaid303 <daid303@gmail.com>
Mon, 29 Oct 2012 09:20:01 +0000 (10:20 +0100)
committerdaid303 <daid303@gmail.com>
Mon, 29 Oct 2012 09:20:01 +0000 (10:20 +0100)
Cura/gui/mainWindow.py

index b9203b40e22eeb8e0c8a4fce5a50c76fb3f27c9a..48603c1448568281b48d7c3a18d334a1f0dd733f 100644 (file)
@@ -36,7 +36,7 @@ def main():
                                except:
                                        pass
                                for filename in glob.glob(os.path.normpath(os.path.join(os.path.dirname(os.path.abspath(__file__)), '..', 'example'))):
-                                       shutil.copy(filename, os.path.join(os.path.dirname(exampleFile), os.basename(filename)))
+                                       shutil.copy(filename, os.path.join(os.path.dirname(exampleFile), os.path.basename(filename)))
                                profile.putPreference('lastFile', exampleFile)
                configWizard.configWizard()
        if profile.getPreference('startMode') == 'Simple':