Skip to content

Commit

Permalink
[skip ci] rev
Browse files Browse the repository at this point in the history
  • Loading branch information
archibate committed Jul 14, 2020
1 parent 6be7061 commit 2e8507f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion python/taichi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,3 @@ def test():

__version__ = (core.get_version_major(), core.get_version_minor(),
core.get_version_patch())
profiler()
2 changes: 1 addition & 1 deletion python/taichi/core/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def prepare_sandbox(src):
sys.path.append(tmp_dir)
try:
import_ti_core(tmp_dir)
except ImportError as e:
except Exception as e:
from colorama import Fore, Back, Style
print_red_bold("Taichi core import failed: ", end='')
print(e)
Expand Down

0 comments on commit 2e8507f

Please sign in to comment.