diff --git a/scripts/load-into-counting.py b/scripts/load-into-counting.py index 1d7a3ff41e..77c7f12d0c 100755 --- a/scripts/load-into-counting.py +++ b/scripts/load-into-counting.py @@ -126,7 +126,7 @@ def main(): repr(filenames), file=sys.stderr) # clobber the '.info' file now, as we always open in append mode below - with open(info_filename, 'w') as info_fh: + with open(info_filename, 'w') as info_fp: print('khmer version:', khmer.__version__, file=info_fh) print('making countgraph', file=sys.stderr)