mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 02:15:36 -04:00
Python :C
This commit is contained in:
parent
19f207ed42
commit
9621fd4635
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ def run():
|
||||||
log_destination = libcalamares.job.configuration["destLog"]
|
log_destination = libcalamares.job.configuration["destLog"]
|
||||||
|
|
||||||
# copy installation log before umount
|
# copy installation log before umount
|
||||||
if(log_source)
|
if(log_source):
|
||||||
if(os.path.exists('{!s}'.format(log_source))):
|
if(os.path.exists('{!s}'.format(log_source))):
|
||||||
shutil.copy2('{!s}'.format(log_source), '{!s}/{!s}'.format(
|
shutil.copy2('{!s}'.format(log_source), '{!s}/{!s}'.format(
|
||||||
root_mount_point, log_destination))
|
root_mount_point, log_destination))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue