Skip to content

Commit

Permalink
feat(test): add "success" message
Browse files Browse the repository at this point in the history
  • Loading branch information
Caceresenzo committed Apr 20, 2023
1 parent 70dba39 commit e14b24e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion crunch/__version__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__title__ = 'crunch-cli'
__description__ = 'crunch-cli - CLI of the CrunchDAO Platform'
__version__ = '0.14.1'
__version__ = '0.14.2'
__author__ = 'Enzo CACERES'
__author_email__ = '[email protected]'
__url__ = 'https://github.com/crunchdao/crunch-cli'
1 change: 1 addition & 0 deletions crunch/tester.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,6 @@ def run(
utils.write(prediction, prediction_path)

logging.warn('prediction_path=%s', prediction_path)
logging.warn('local test succesfully run!')

return prediction

0 comments on commit e14b24e

Please sign in to comment.