Skip to content

Commit

Permalink
Merge pull request #150 from ricarkol/features_crawler-flake8-clean
Browse files Browse the repository at this point in the history
Features crawler flake8 clean
  • Loading branch information
ricarkol authored Sep 8, 2016
2 parents 739a568 + d38b309 commit d651910
Show file tree
Hide file tree
Showing 2 changed files with 288 additions and 289 deletions.
7 changes: 7 additions & 0 deletions crawler/crawler_exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ class CrawlTimeoutError(CrawlError):
pass


class CrawlUnsupportedPackageManager(CrawlError):

"""Could not detect what is the package manager."""

pass


class ContainerInvalidEnvironment(Exception):

"""Indicates that the environment can not be applied to the operation."""
Expand Down
Loading

0 comments on commit d651910

Please sign in to comment.