fillinsha256sum: create nicer filenames
authorStefan Huber <shuber@sthu.org>
Wed, 16 Oct 2013 12:04:11 +0000 (14:04 +0200)
committerStefan Huber <shuber@sthu.org>
Wed, 16 Oct 2013 12:04:11 +0000 (14:04 +0200)
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