]> git.lyx.org Git - lyx.git/commitdiff
Correct commit 92b0886: true is not True in python.
authorStephan Witt <switt@lyx.org>
Tue, 15 Sep 2015 05:18:16 +0000 (07:18 +0200)
committerStephan Witt <switt@lyx.org>
Tue, 15 Sep 2015 05:18:16 +0000 (07:18 +0200)
lib/configure.py

index db947b81e3b646c9b553189aed1fab07454e6e41..0096a9151e0d70f3c578dc9c07044583ed0a1b08 100644 (file)
@@ -166,7 +166,7 @@ def checkUpgrade():
             logger.debug('previous = ' + previous)
             if os.path.isdir( previous ):
                 logger.info('Found directory "%s".', previous)
-                copy_tree( previous, cwd, true )
+                copy_tree( previous, cwd, True )
                 logger.info('Content copied to directory "%s".', cwd)
                 return