Skip to content

Commit d15f1c3

Browse files
author
Gerit Wagner
committed
fix long line
1 parent 465be94 commit d15f1c3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

colrev/exceptions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ def __init__(self) -> None:
9393
"Instantiate the intended operation so the review manager can "
9494
"run its precondition checks before accessing records.\n"
9595
"More details: "
96-
"https://colrev-environment.github.io/colrev/dev_docs/colrev.exceptions.ReviewManagerNotNotifiedError.html"
96+
"https://colrev-environment.github.io/colrev/"
97+
"dev_docs/colrev.exceptions.ReviewManagerNotNotifiedError.html"
9798
)
9899
super().__init__(self.message)
99100

0 commit comments

Comments
 (0)