Commit 413fd179 authored by Michal Čihař's avatar Michal Čihař

Wrap long line

parent bfb0b592
......@@ -198,7 +198,13 @@ def ssh(request):
if can_generate and action == 'generate':
try:
subprocess.check_output(
['ssh-keygen', '-q', '-N', '', '-C', 'Weblate', '-t', 'rsa', '-f', key_path[:-4]],
[
'ssh-keygen', '-q',
'-N', '',
'-C', 'Weblate',
'-t', 'rsa',
'-f', key_path[:-4]
],
stderr=subprocess.STDOUT,
)
messages.info(request, _('Created new SSH key.'))
......
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