From: Stefan Huber <shuber@sthu.org>
Date: Wed, 16 Oct 2013 12:04:11 +0000 (+0200)
Subject: fillinsha256sum: create nicer filenames
X-Git-Url: https://git.sthu.org/?a=commitdiff_plain;h=16828733d61af9b493da00170c95f8e7e2a130d3;p=pgp-tools.git

fillinsha256sum: create nicer filenames
---

diff --git a/gpgparticipants/fillinsha256sum.py b/gpgparticipants/fillinsha256sum.py
index 3986d57..a1e7878 100755
--- a/gpgparticipants/fillinsha256sum.py
+++ b/gpgparticipants/fillinsha256sum.py
@@ -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