Skip to content

Commit 050e5f2

Browse files
authored
Merge pull request benrady#31 from samples-of-junichim/bug_fixed
fixed for python3
2 parents 0ac8eb5 + 1c5c3d0 commit 050e5f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

support/jsed.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ def search(d, keys):
1313
else:
1414
return search(d[keys[0]], keys[1:])
1515

16-
print search(doc, keys)
16+
print( search(doc, keys) )
1717

0 commit comments

Comments
 (0)