This repository has been archived by the owner on Dec 3, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
log.txt
36 lines (36 loc) · 2.11 KB
/
log.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
ERROR:root:num should be a int or float
Traceback (most recent call last):
File "/Users/youyongsong/Documents/workspace/Github/ArabicNum2RMB/converter.py", line 159, in <module>
result = convert(case).encode('utf-8')
File "/Users/youyongsong/Documents/workspace/Github/ArabicNum2RMB/converter.py", line 41, in convert
_divideNum(num)
File "/Users/youyongsong/Documents/workspace/Github/ArabicNum2RMB/converter.py", line 62, in _divideNum
raise TypeError('num should be a int or float')
TypeError: num should be a int or float
ERROR:root:num should be a int or float
Traceback (most recent call last):
File "/Users/youyongsong/Documents/workspace/Github/ArabicNum2RMB/converter.py", line 159, in <module>
result = convert(case).encode('utf-8')
File "/Users/youyongsong/Documents/workspace/Github/ArabicNum2RMB/converter.py", line 41, in convert
_divideNum(num)
File "/Users/youyongsong/Documents/workspace/Github/ArabicNum2RMB/converter.py", line 62, in _divideNum
raise TypeError('num should be a int or float')
TypeError: num should be a int or float
ERROR:root:num value should be 1~1e9
Traceback (most recent call last):
File "/Users/youyongsong/Documents/workspace/Github/ArabicNum2RMB/converter.py", line 159, in <module>
result = convert(case).encode('utf-8')
File "/Users/youyongsong/Documents/workspace/Github/ArabicNum2RMB/converter.py", line 41, in convert
_divideNum(num)
File "/Users/youyongsong/Documents/workspace/Github/ArabicNum2RMB/converter.py", line 64, in _divideNum
raise ValueError('num value should be 1~1e9')
ValueError: num value should be 1~1e9
ERROR:root:num value should be 1~1e9
Traceback (most recent call last):
File "/Users/youyongsong/Documents/workspace/Github/ArabicNum2RMB/converter.py", line 159, in <module>
result = convert(case).encode('utf-8')
File "/Users/youyongsong/Documents/workspace/Github/ArabicNum2RMB/converter.py", line 41, in convert
_divideNum(num)
File "/Users/youyongsong/Documents/workspace/Github/ArabicNum2RMB/converter.py", line 64, in _divideNum
raise ValueError('num value should be 1~1e9')
ValueError: num value should be 1~1e9