From 31ff527a4a489019803f7b6147c95630700f4bb9 Mon Sep 17 00:00:00 2001 From: Michael Jurka Date: Fri, 13 Dec 2013 16:28:36 +0100 Subject: Update script to pull latest files from Gallery --- update_gallery_files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update_gallery_files.py') diff --git a/update_gallery_files.py b/update_gallery_files.py index ef4e8c933..738d225eb 100644 --- a/update_gallery_files.py +++ b/update_gallery_files.py @@ -49,6 +49,6 @@ for file_path in files.split(): dir = os.path.dirname(file_path) if file_path.find('exif') != -1 or file_path.find('common') != -1: file_path = 'gallerycommon/' + file_path - cmd = 'cp %s/%s %s/' % (gallery_dir, file_path, dir) + cmd = 'cp %s/%s WallpaperPicker/%s/' % (gallery_dir, file_path, dir) print cmd os.system(cmd) -- cgit v1.2.3