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 Aug 17, 2015
1 parent 2afbbf6 commit 5c66149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/load-into-countgraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5c66149

Please sign in to comment.