Auto upload missing images

This commit is contained in:
Julien Duponchelle
2016-06-07 19:38:01 +02:00
parent 972cbd0594
commit 08e482004f
15 changed files with 194 additions and 65 deletions

View File

@ -39,3 +39,4 @@ class ImageMissingError(Exception):
def __init__(self, image):
super().__init__("The image {} is missing".format(image))
self.image = image