]> gitweb.pimeys.fr Git - scripts-20-100.git/commitdiff
[bde/virements] égalité de flottant : you're screwed
authorVincent Le Gallic <legallic@crans.org>
Fri, 31 Jan 2014 15:25:38 +0000 (16:25 +0100)
committerVincent Le Gallic <legallic@crans.org>
Fri, 31 Jan 2014 15:25:38 +0000 (16:25 +0100)
bde/virements.py

index f14f08bf7391ada501906da7dcbb1712ad90f31d..030fca6bba862b21147c27be7503141cd6350df1 100755 (executable)
@@ -129,7 +129,7 @@ def virements():
     print "Total : %s" % total
     print "\nPayeurs :\n" + "  ".join(["%s (%s)" % (i[1]["pseudo"], i[0]) for i in destinataires])
     print "Total : %s" % total_pay + "\n"
-    if total != total_pay:
+    if abs(total-total_pay) >= 0.01:
         print "Les totaux des participations et des paiements ne concordent pas !\nAbort."
         exit(1)