Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
joergen7 committed Jul 19, 2020
1 parent c5d4319 commit aac0d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/effi_python.erl
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ suffix() ->
process_script( Script ) ->
B1 = binary:replace( Script, <<$\r>>, <<"">>, [global] ),
B2 = binary:replace( B1, <<$\n>>, <<"\n ">>, [global] ),
<<"def main():\n ", B2/binary, "\nmain()">>.
<<"if True:\n ", B2/binary>>.

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

Expand Down

0 comments on commit aac0d57

Please sign in to comment.