Skip to content

Commit aac0d57

Browse files
committed
revert
1 parent c5d4319 commit aac0d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/effi_python.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ suffix() ->
159159
process_script( Script ) ->
160160
B1 = binary:replace( Script, <<$\r>>, <<"">>, [global] ),
161161
B2 = binary:replace( B1, <<$\n>>, <<"\n ">>, [global] ),
162-
<<"def main():\n ", B2/binary, "\nmain()">>.
162+
<<"if True:\n ", B2/binary>>.
163163

164164
-spec get_run_info( Request :: #{ atom() => _ } ) -> [].
165165

0 commit comments

Comments
 (0)