From: Stephan Witt Date: Tue, 15 Sep 2015 05:18:16 +0000 (+0200) Subject: Correct commit 92b0886: true is not True in python. X-Git-Tag: 2.2.0alpha1~318 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=65a95620b219eb108c5013a9e37c22218534b411;p=features.git Correct commit 92b0886: true is not True in python. --- diff --git a/lib/configure.py b/lib/configure.py index db947b81e3..0096a9151e 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -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