Skip to content

Commit

Permalink
Update utilities.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lhqing committed Mar 25, 2019
1 parent 4f634ee commit b348db8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions methylpy/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -672,6 +672,7 @@ def index_allc_file(allc_file,reindex=False):
if (not reindex) and os.path.exists(index_file):
# check index file completeness
eof_count = 0
line = False
with open(index_file,'r') as f:
for line in f:
if line == '#eof\n':
Expand Down

0 comments on commit b348db8

Please sign in to comment.