Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
a01f6c9a
Commit
a01f6c9a
authored
Nov 13, 2015
by
Paul Sokolovsky
Browse files
unix/main: Remove stray mp_printf() from previous commit.
parent
66fd3e4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
unix/main.c
View file @
a01f6c9a
...
...
@@ -85,7 +85,6 @@ STATIC int handle_uncaught_exception(mp_obj_t exc) {
// Report all other exceptions
mp_obj_print_exception
(
&
mp_stderr_print
,
exc
);
mp_printf
(
&
mp_stderr_print
,
exc
);
return
1
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment