diff cutils/treesum.py @ 321:49ecfff4f319

treesum: FIX: CRC32Output is not needed any more: do not wrap anything with it
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 26 Mar 2025 12:56:19 +0100
parents fc1b940bd4a6
children 0cabc5439505
line wrap: on
line diff
--- a/cutils/treesum.py	Mon Mar 10 10:36:08 2025 +0100
+++ b/cutils/treesum.py	Wed Mar 26 12:56:19 2025 +0100
@@ -512,7 +512,6 @@
             out_cm = open(opts.output, "ab")
         else:
             out_cm = open(opts.output, "wb")
-    out_cm = CRC32Output(out_cm)
 
     fnmatcher = fnmatch.FnMatcher.build_from_commandline_patterns(
         opts.fnmatch_filters)