Skip to content

Commit

Permalink
Update binary.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lecorguille committed Aug 3, 2016
1 parent b16356e commit ad8483a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/datatypes/binary.py
Original file line number Diff line number Diff line change
Expand Up @@ -1348,7 +1348,7 @@ def sniff( self, filename ):
header = open( filename ).read(3)
if binascii.b2a_hex( header ) == binascii.hexlify( 'CDF' ):
return True
return Falses
return False
except:
return False

Expand Down

0 comments on commit ad8483a

Please sign in to comment.