Skip to content

Commit

Permalink
Update xibcolor
Browse files Browse the repository at this point in the history
Disabling debugMode
  • Loading branch information
mackoj committed Mar 1, 2018
1 parent afaaf05 commit 37c027f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xibcolor
Expand Up @@ -10,7 +10,7 @@ from xml.dom.minidom import parse
# <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
# <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>

debugMode = True
debugMode = False

def clamp(x):
return max(0, min(int(round(x)), 255))
Expand Down Expand Up @@ -175,4 +175,4 @@ else:
ofile.write(dom.toxml().encode('utf-8'))
else:
usage()


0 comments on commit 37c027f

Please sign in to comment.