X Tutup
Skip to content

Commit 39eca7f

Browse files
committed
Present for(;;) as while True
1 parent b8c5e9f commit 39eca7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java2python/lib/walker.g

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ statement [block]
382382
block.addComment("for-while")
383383
for_init, for_stat = block.newFor()
384384
for_iter = None
385-
for_cond = "%s"
385+
for_cond = "True"
386386
}
387387
#("for"
388388
#(FOR_INIT

0 commit comments

Comments
 (0)
X Tutup