Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
boris_conforty
Food-Recognition
Commits
a73abb57
Commit
a73abb57
authored
Feb 19, 2020
by
Ubuntu
Browse files
Fix typo
parent
966ed5ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
run.py
View file @
a73abb57
...
@@ -139,7 +139,7 @@ def run():
...
@@ -139,7 +139,7 @@ def run():
########################################################################
########################################################################
aicrowd_helpers
.
execution_success
({
aicrowd_helpers
.
execution_success
({
"predictions_output_path"
:
predictions_output_path
"predictions_output_path"
:
predictions_output_path
})
if
__name__
==
"__main__"
:
if
__name__
==
"__main__"
:
try
:
try
:
...
@@ -147,4 +147,4 @@ if __name__ == "__main__":
...
@@ -147,4 +147,4 @@ if __name__ == "__main__":
except
Exception
as
e
:
except
Exception
as
e
:
error
=
traceback
.
format_exc
()
error
=
traceback
.
format_exc
()
print
(
error
)
print
(
error
)
aicrowd_helpers
.
execution_error
(
error
)
###aicrowd_helpers.execution_error(error)
\ No newline at end of file
\ No newline at end of file
Write
Preview
Markdown
is supported
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