appmenus: indentation

QubesOS/qubes-issues#1897
This commit is contained in:
Marek Marczykowski-Górecki 2016-04-07 17:19:25 +02:00
parent c32fbe14aa
commit 54a5dd92cf
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -115,7 +115,7 @@ class AppmenusExtension(qubes.ext.Extension):
stdout=msgoutput, stderr=msgoutput) stdout=msgoutput, stderr=msgoutput)
except subprocess.CalledProcessError: except subprocess.CalledProcessError:
vm.log.warning("Ooops, there was a problem creating appmenus " vm.log.warning("Ooops, there was a problem creating appmenus "
"for {0} VM!") "for {0} VM!")
def appmenus_remove(self, vm): def appmenus_remove(self, vm):