Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dpryan79 committed Jun 27, 2017
1 parent 9c10b6c commit 3bb3ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/datatypes/sniff.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def get_headers( fname, sep, count=60, is_multi_byte=False, commentDesignator=No
sep = sep.encode( 'utf-8' )
if commentDesignator is not None:
commentDesignator = commentDesignator.encode( 'utf-8' )
if commentLine is not None and line.startswith( commentDesignator ):
if commentDesignator is not None and line.startswith( commentDesignator ):
continue
headers.append( line.split(sep) )
idx += 1
Expand Down

0 comments on commit 3bb3ecb

Please sign in to comment.