uh oh oops

This commit is contained in:
codl 2017-08-20 18:54:01 +02:00
parent 0360de3d95
commit c036664422
No known key found for this signature in database
GPG Key ID: 6CD7C8891ED1233A
1 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@ def url_for_version(ver):
match = version_re.match(ver)
if not match:
return app.config['REPO_URL']
return app.config['COMMIT_URL'].format(**match.groups())
return app.config['COMMIT_URL'].format(**match.groupdict())