
The previous run-twice logic only affected the stability checks but not the output. Now, we actually output the twice-formatted code.
24 lines
1013 B
Python
24 lines
1013 B
Python
if True:
|
|
if True:
|
|
if True:
|
|
return _(
|
|
"qweasdzxcqweasdzxcqweasdzxcqweasdzxcqweasdzxcqweasdzxcqweasdzxcqweasdzxcqweasdzxcqweas "
|
|
+ "qweasdzxcqweasdzxcqweasdzxcqweasdzxcqweasdzxcqweasdzxcqweasdzxcqweasdzxcqwegqweasdzxcqweasdzxc.",
|
|
"qweasdzxcqweasdzxcqweasdzxcqweasdzxcqweasdzxcqweasdzxcqweasdzxcqweasdzxcqweasdzxcqwe",
|
|
) % {"reported_username": reported_username, "report_reason": report_reason}
|
|
|
|
|
|
# output
|
|
|
|
|
|
if True:
|
|
if True:
|
|
if True:
|
|
return _(
|
|
"qweasdzxcqweasdzxcqweasdzxcqweasdzxcqweasdzxcqweasdzxcqweasdzxcqweasdzxcqweasdzxcqweas "
|
|
+ "qweasdzxcqweasdzxcqweasdzxcqweasdzxcqweasdzxcqweasdzxcqweasdzxcqweasdzxcqwegqweasdzxcqweasdzxc.",
|
|
"qweasdzxcqweasdzxcqweasdzxcqweasdzxcqweasdzxcqweasdzxcqweasdzxcqweasdzxcqweasdzxcqwe",
|
|
) % {
|
|
"reported_username": reported_username,
|
|
"report_reason": report_reason,
|
|
} |