mirror of
https://github.com/wassname/pyreadline.git
synced 2026-06-27 16:10:38 +08:00
py3 unified files pyreadline/clipboard/*.py
This commit is contained in:
@@ -50,7 +50,7 @@ def make_list_of_list(txt):
|
||||
flag = False
|
||||
for rad in [x for x in txt.split("\r\n") if x != ""]:
|
||||
raden=[make_num(x) for x in rad.split("\t")]
|
||||
if str in map(type,raden):
|
||||
if str in list(map(type,raden)):
|
||||
flag = True
|
||||
ut.append(raden)
|
||||
return ut, flag
|
||||
|
||||
Reference in New Issue
Block a user