Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -232,10 +232,10 @@ int main(int argc, char *argv[]) {
exit(-15);
}

{# if cookiecutter.python_version|minor_version < 14 and not cookiecutter.console_app -#}
{% if cookiecutter.python_version|minor_version < 14 and not cookiecutter.console_app -%}
// Set up any stdout/stderr handling that is required
setup_stdout(mainBundle);
{# endif -#}
{% endif -%}

// Start the app module.
//
Expand Down
Loading