Skip to content

Commit

Permalink
be consistent with variable names
Browse files Browse the repository at this point in the history
  • Loading branch information
kdm9 committed Feb 15, 2016
1 parent f89ddd5 commit 0aa86f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/load-into-counting.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0aa86f5

Please sign in to comment.