Correct commit 92b0886: true is not True in python.

This commit is contained in:
Stephan Witt 2015-09-15 07:18:16 +02:00
parent 61145265fc
commit 65a95620b2

View 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