Skip to content

Commit

Permalink
Merge a5e123f into b162470
Browse files Browse the repository at this point in the history
  • Loading branch information
Solomon1732 committed Jan 3, 2018
2 parents b162470 + a5e123f commit 0e1d320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image_scraper/exceptions.py
Expand Up @@ -11,7 +11,7 @@ class DirectoryCreateError(Exception):


class ImageDownloadError(Exception):
""" Exception to be raised when the imace can't be downloaded. """
""" Exception to be raised when the image can't be downloaded. """
status_code = 0

def __init__(self, status_code=0):
Expand Down

0 comments on commit 0e1d320

Please sign in to comment.