Skip to content

Commit b50c5bd

Browse files
committed
Fixing to support both 0.11 and 0.12.
1 parent 17898ae commit b50c5bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracdocs/web_ui.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def process_request(self, req):
136136
data = {}
137137
data['title'] = title
138138

139-
repos = self.env.get_repository(req.authname)
139+
repos = self.env.get_repository(authname=req.authname)
140140
node = repos.get_node(path, None)
141141

142142
if node.isdir:

0 commit comments

Comments
 (0)