cdar
Results
3
issues of
cdar
Current: `return [1.0*int(n,16)/255 for n in (string[:2], string[2:4], string[4:])]` Correct: `return [1.0*int(n,16)/255 for n in (string[1:3], string[3:5], string[5:7])]`
I think the behavior and/or log message should be different. In line 55 there is no check of the file's permissions, so message is wrong. Another thing is that if...