Browse Source

qvm-template: update comments to reflect e424c7d

WillyPillow 3 years ago
parent
commit
fc520f8ed4
1 changed files with 1 additions and 2 deletions
  1. 1 2
      qubesadmin/tools/qvm_template.py

+ 1 - 2
qubesadmin/tools/qvm_template.py

@@ -882,8 +882,7 @@ def install(
     unverified_rpm_list = [] # rpmfile, reponame
     verified_rpm_list = []
     def verify(rpmfile, reponame, package_hdr=None):
-        """Verify package signature and version, remove "unverified"
-        suffix, and parse package header.
+        """Verify package signature and version and parse package header.
 
         If package_hdr is provided, the signature check is skipped and only
         other checks are performed."""