Author: poeml Date: Wed Apr 11 21:13:37 2012 New Revision: 8269 URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain?rev=8269&view=rev Log: mb makehashes: fix typo in comment Modified: trunk/mb/mb/hashes.py Modified: trunk/mb/mb/hashes.py URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/mb/mb/hashes.py?rev=8269&r1=8268&r2=8269&view=diff ============================================================================== --- trunk/mb/mb/hashes.py (original) +++ trunk/mb/mb/hashes.py Wed Apr 11 21:13:37 2012 _at_@ -311,7 +311,7 @@ # but not if the signature file is larger than # the actual file -- that would be a sign that the signature # is not "detached", and could be huge (or contain characters that - # can not easily saved to the database for encoding reasons) + # can not easily be saved to the database for encoding reasons) if os.path.exists(self.src + '.asc') \ and os.stat(self.src + '.asc').st_size < self.h.size: self.pgp = open(self.src + '.asc').read() _______________________________________________ mirrorbrain-commits mailing list Archive: http://mirrorbrain.org/archive/mirrorbrain-commits/ Note: To remove yourself from this list, send a mail with the content unsubscribe to the address mirrorbrain-commits-request_at_mirrorbrain.orgReceived on Wed Apr 11 2012 - 19:13:40 GMT
This archive was generated by hypermail 2.3.0 : Wed Apr 11 2012 - 19:17:03 GMT