]> git.pld-linux.org Git - projects/pld-ftp-admin.git/blobdiff - modules/sign.py
- signpkg: allow signing whole tree if no pkgname given
[projects/pld-ftp-admin.git] / modules / sign.py
index 69e1492c8e8f975d0ca823bbd355422c06496587..2a23e9c1678d95edbafe3f77eae2241f8c468031 100644 (file)
@@ -16,7 +16,7 @@ def getSigInfo(hdr):
     siginfo = hdr.sprintf(string)
     if siginfo == '(none)':
         return None
-   
+
     return siginfo.split(',')[2].lstrip()
 
 def is_signed(rpm_file):
This page took 0.032181 seconds and 4 git commands to generate.