Skip to content

Commit

Permalink
Fix file closing in lped_to_pbed_converter
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Mar 4, 2015
1 parent 47e6f08 commit 182b67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/datatypes/converters/lped_to_pbed_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def getMissval(inped=''):
return missval
if not missval:
missval = 'N' # punt
close(f)
f.close()
return missval

def rgConv(inpedfilepath,outhtmlname,outfilepath,plink):
Expand Down

0 comments on commit 182b67f

Please sign in to comment.