diff --git a/scripts/load-into-countgraph.py b/scripts/load-into-countgraph.py index 1d298fbb22..f926dd7843 100755 --- a/scripts/load-into-countgraph.py +++ b/scripts/load-into-countgraph.py @@ -97,7 +97,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)