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
父節點 411e2884cc
當前提交 40d9696b90
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: 484010B5CDC576E2

查看文件

@ -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):