pushed last commit with an indentation error.. embarassing!
This commit is contained in:
+1
-1
@@ -547,7 +547,7 @@ def detectColorFormat(color, outputFormats) :
|
||||
elif color.strip().startswith('hsv') :
|
||||
handleHSVorHSL(color, 'hsv', outputFormats)
|
||||
return True
|
||||
if '#' in color :
|
||||
elif '#' in color :
|
||||
handleHex(color, outputFormats)
|
||||
return True
|
||||
else :
|
||||
|
||||
Reference in New Issue
Block a user