app: fix missing docstring for get_local_name
This commit is contained in:
parent
411e2884cc
commit
40d9696b90
@ -228,6 +228,7 @@ class QubesBase(qubesadmin.base.PropertyHolder):
|
|||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def get_local_name():
|
def get_local_name():
|
||||||
|
""" Get localhost name """
|
||||||
return os.uname()[1]
|
return os.uname()[1]
|
||||||
|
|
||||||
def get_label(self, label):
|
def get_label(self, label):
|
||||||
|
Loading…
Reference in New Issue
Block a user