Skip to content

Commit ddec01f

Browse files
polymorcodeustimvink
authored andcommitted
Update repo.py
Pass strict config to Page to change GitCommandError behavior
1 parent d98a91f commit ddec01f

File tree

1 file changed

+1
-1
lines changed
  • mkdocs_git_authors_plugin/git

1 file changed

+1
-1
lines changed

mkdocs_git_authors_plugin/git/repo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def page(self, path):
130130
if not self._pages.get(path):
131131
from .page import Page
132132

133-
self._pages[path] = Page(self, path)
133+
self._pages[path] = Page(self, path, self.config("strict"))
134134
return self._pages[path]
135135

136136
def set_config(self, plugin_config):

0 commit comments

Comments
 (0)