Skip to content

Commit c3d30f4

Browse files
committed
fix bug
1 parent 3886f0f commit c3d30f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

facepp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# $File: facepp.py
3-
# $Date: Mon Jan 14 20:52:58 2013 +0800
3+
# $Date: Mon Jan 14 20:57:00 2013 +0800
44
# $Author: jiakai@megvii.com
55
#
66
# This program is free software. It comes without any warranty, to
@@ -299,7 +299,7 @@ def __str__(self):
299299

300300
def _print_debug(msg):
301301
if DEBUG_LEVEL:
302-
sys.stderr.write(msg + '\n')
302+
sys.stderr.write(str(msg) + '\n')
303303

304304
_APIS = [
305305
'/detection/detect',

0 commit comments

Comments
 (0)