Skip to content

Commit e01df04

Browse files
committed
Convert to 'str' before printing with LogError()
1 parent 55cf9f9 commit e01df04

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
Binary file not shown.
Binary file not shown.

CJKAnchorPlacement.glyphsTool/Contents/Resources/plugin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def mouseDoubleDown_(self, event):
236236
try:
237237
super(CJKAnchorPlacementTool, self).mouseDoubleDown_(event)
238238
except AttributeError as e:
239-
LogError(e) # Some encounter AttributeError while I cannot reproduce it.
239+
LogError(repr(e)) # Some encounter AttributeError while I cannot reproduce it.
240240

241241
@LSBValue.setter
242242
def LSBValue(self, value):

CJKAnchorPlacement.glyphsTool/Contents/_CodeSignature/CodeResources

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</data>
1515
<key>Resources/plugin.py</key>
1616
<data>
17-
6aebAw4SCkI1otsD6PlLg2/Qo5U=
17+
h47wMCCvx7uHRTCuCv8+KoeHCjw=
1818
</data>
1919
<key>Resources/toolbar.ai</key>
2020
<data>
@@ -53,11 +53,11 @@
5353
<dict>
5454
<key>hash</key>
5555
<data>
56-
6aebAw4SCkI1otsD6PlLg2/Qo5U=
56+
h47wMCCvx7uHRTCuCv8+KoeHCjw=
5757
</data>
5858
<key>hash2</key>
5959
<data>
60-
eHbTN5WCeXrUsewUeJTCq541mRqS/XkcpaKGnWt1wrw=
60+
SHYBTpPzKYMVmPbfjrTDtNxo8usimYPc62W6aAd75V0=
6161
</data>
6262
</dict>
6363
<key>Resources/toolbar.ai</key>

0 commit comments

Comments
 (0)