OSDN Git Service

Update script to pull latest files from Gallery
authorMichael Jurka <mikejurka@google.com>
Fri, 13 Dec 2013 15:28:36 +0000 (16:28 +0100)
committerMichael Jurka <mikejurka@google.com>
Fri, 13 Dec 2013 15:28:36 +0000 (16:28 +0100)
update_gallery_files.py

index ef4e8c9..738d225 100644 (file)
@@ -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)