Temporarily execute a string, because currently not everything is working properly.

This commit is contained in:
Dave Halter
2016-12-18 19:17:25 +01:00
parent b7ae8a746c
commit 7fdcdbbd5c

View File

@@ -94,7 +94,7 @@ b[0]
# jedi issue #26
#? list()
a = [[int(v) for v in line.strip().split() if v] for line in ["123", "123", "123"] if line]
a = [[int(v) for v in line.strip().split() if v] for line in ["123", str(), "123"] if line]
#? list()
a[0]
#? int()