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

Commit 3d34107

Browse files
committed
Fix line too long (flake8)
1 parent 89dea15 commit 3d34107

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dagr/dagr.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,8 @@ def find_link(self, link):
181181
if self.mature:
182182
raise DagrException("maybe not an image")
183183
else:
184-
raise DagrException("maybe a mature deviation/not an image")
184+
raise DagrException("maybe a mature deviation/" +
185+
"not an image")
185186
else:
186187
raise DagrException("all attemps to find a link failed")
187188

0 commit comments

Comments
 (0)