Commit 7cac5acd authored by Michal Čihař's avatar Michal Čihař

Wrap long line

parent 4dbf16e0
...@@ -170,7 +170,10 @@ def bitbucket_hook_helper(data): ...@@ -170,7 +170,10 @@ def bitbucket_hook_helper(data):
elif data['repository']['scm'] == 'hg': elif data['repository']['scm'] == 'hg':
repos = [repo % params for repo in BITBUCKET_HG_REPOS] repos = [repo % params for repo in BITBUCKET_HG_REPOS]
else: else:
weblate.logger.error('unsupported repository: %s', repr(data['repositoru'])) weblate.logger.error(
'unsupported repository: %s',
repr(data['repositoru'])
)
raise ValueError('unsupported repository') raise ValueError('unsupported repository')
return { return {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment