Skip to content

Commit

Permalink
Merge pull request #390 from pysmt/i389/no-git
Browse files Browse the repository at this point in the history
Fixed issue #389
  • Loading branch information
Marco Gario committed Nov 17, 2016
2 parents 1aa86c6 + cb2d380 commit 3758a84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pysmt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,5 @@ def git_version():
return git_version.strip().decode('ascii')
except subprocess.CalledProcessError:
return __version__ # pragma: no cover
except OSError:
return __version__ # pragma: no cover

0 comments on commit 3758a84

Please sign in to comment.