app: fix missing docstring for get_local_name

This commit is contained in:
Frédéric Pierret (fepitre) 2019-10-20 17:41:41 +02:00
parent 411e2884cc
commit 40d9696b90
No known key found for this signature in database
GPG Key ID: 484010B5CDC576E2

View File

@ -228,6 +228,7 @@ class QubesBase(qubesadmin.base.PropertyHolder):
@staticmethod
def get_local_name():
""" Get localhost name """
return os.uname()[1]
def get_label(self, label):