Skip to content

Commit

Permalink
BUGFIX: absolute path fails during installation (v0.8.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
maharjun committed Feb 13, 2019
1 parent 4d0d2fd commit 428b150
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion simmanager/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__author__ = "Arjun Rao, Anand Subramoney"
__version__ = "0.8.2"
__version__ = "0.8.3"

from .paths import Paths
from .simmanager import SimManager
Expand Down
2 changes: 1 addition & 1 deletion simmanager/simmanager.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os

from simmanager.tools.stdouthandling import stdout_teed
from .tools.stdouthandling import stdout_teed
from .simmetadatamanager import SimMetadataManager, SimMetadataManagerError
from .paths import Paths
import subprocess
Expand Down

0 comments on commit 428b150

Please sign in to comment.