From 4b9b7283a571ee54232d324175fa96c3c3edffbe Mon Sep 17 00:00:00 2001 From: debianpepper Date: Wed, 30 Aug 2023 14:40:01 +0900 Subject: [PATCH] Updated Signed-off-by: debianpepper --- python_modules/infra.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python_modules/infra.py b/python_modules/infra.py index 6ee71ef1..bc114a11 100644 --- a/python_modules/infra.py +++ b/python_modules/infra.py @@ -430,11 +430,11 @@ def gnome_flahsbak_configs(): print("Copy Gnome Flashback configs") src_gnomef = '/gnome-flashback' des_gnomef = '/etc/skel/.config/gnome-flashback' - print("INFO: Copying - " + HOME_FOLDER + source) + print("INFO: Copying - " + HOME_FOLDER + src_gnomef) shutil.copytree(HOME_FOLDER + src_gnomef, HOME_FOLDER + WPCHROOT + des_gnomef, dirs_exist_ok = True ) - print("INFO: Finished - " + HOME_FOLDER + WPCHROOT + des) + print("INFO: Finished - " + HOME_FOLDER + WPCHROOT + des_gnomef)