Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions bot/code_review_bot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,7 @@ def hash(self):
), "Github cache repository is mandatory to analyse a github revision"
local_repository = settings.git_cache / self.revision.repository_slug
else:
raise Exception(self.revision.__class__)
raise NotImplementedError
raise NotImplementedError(self.revision.__class__)

# Build the hash only if the file is not autogenerated.
# An autogenerated file resides in the build directory that it has the
Expand Down