fillinsha256sum: create nicer filenames
[pgp-tools.git] / gpgparticipants / fillinsha256sum.py
index 3986d57729b0538baf70e2d501c1fe559f4e15f5..a1e78783b43553be7279b5049bc5a9d61fa305bd 100755 (executable)
@@ -95,7 +95,7 @@ if __name__ == "__main__":
 
             if actual[:len(h)] == h:
                 print "Found: ", H
-                open(args[1] + "." + H, "w").write(filledfile)
+                open(args[1] + "." + h, "w").write(filledfile)
 
                 if fastforward:
                     break