1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

Fix pep8 errors

This commit is contained in:
Benjamin Renard 2016-04-16 15:06:39 +02:00
parent ee2b97d62f
commit e1d3be17f1
3 changed files with 3 additions and 3 deletions

View file

@ -103,7 +103,7 @@ def instances(request):
conn.start(name)
addlogmsg(request.user.username, instance.name, msg)
return HttpResponseRedirect(request.get_full_path())
if 'getvvfile' in request.POST:
msg = _("Send console.vv file")
addlogmsg(request.user.username, instance.name, msg)