Fixed typo

This commit is contained in:
2016-05-10 18:20:01 +02:00
parent fe074715e1
commit 58dbf0b228

View File

@@ -701,7 +701,7 @@ def files_make_public_t():
storage = GoogleCloudStorageBucket(str(f['project'])) storage = GoogleCloudStorageBucket(str(f['project']))
blob = storage.Get(variation_t['file_path'], to_dict=False) blob = storage.Get(variation_t['file_path'], to_dict=False)
if not blob: if not blob:
print('Unable to find blob for project %s file %s', f['project'], f['_id']) print('Unable to find blob for project %s file %s' %(f['project'], f['_id']))
continue continue
print('Making blob public: {0}'.format(blob.path)) print('Making blob public: {0}'.format(blob.path))