From 16828733d61af9b493da00170c95f8e7e2a130d3 Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Wed, 16 Oct 2013 14:04:11 +0200 Subject: [PATCH] fillinsha256sum: create nicer filenames --- gpgparticipants/fillinsha256sum.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2