From 97db795240795d947241ff30a8beafbd3aca93b8 Mon Sep 17 00:00:00 2001 From: Hui Lan Date: Thu, 6 Feb 2020 17:37:57 +0800 Subject: backup_files.py: fix misspelling --- Code/backup_files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Code/backup_files.py') diff --git a/Code/backup_files.py b/Code/backup_files.py index 39a0d30..c7ee4f4 100644 --- a/Code/backup_files.py +++ b/Code/backup_files.py @@ -38,7 +38,7 @@ def disk_has_enough_space(): def copy_and_backup_file(src_file, dest_dir): - disk_has_enough_space() # make sure we have enough space firs.t + disk_has_enough_space() # make sure we have enough space first if not os.path.exists(src_file): sys.exit() make_paths(dest_dir) # if dest_dir does not exist, create it. -- cgit v1.2.1