瀏覽代碼

app: fix missing docstring for get_local_name

Frédéric Pierret (fepitre) 4 年之前
父節點
當前提交
40d9696b90
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      qubesadmin/app.py

+ 1 - 0
qubesadmin/app.py

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