mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Correct commit 92b0886
: true is not True in python.
This commit is contained in:
parent
61145265fc
commit
65a95620b2
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user