Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
Fix line too long (flake8)
Browse files Browse the repository at this point in the history
  • Loading branch information
voyageur committed Jan 2, 2018
1 parent 89dea15 commit 3d34107
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dagr/dagr.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,8 @@ def find_link(self, link):
if self.mature:
raise DagrException("maybe not an image")
else:
raise DagrException("maybe a mature deviation/not an image")
raise DagrException("maybe a mature deviation/" +
"not an image")
else:
raise DagrException("all attemps to find a link failed")

Expand Down

0 comments on commit 3d34107

Please sign in to comment.