Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-merzky committed May 2, 2024
1 parent 8701e7a commit d25282d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def get_version(_mod_root):

_, _, ret = sh_callout('cd %s && git rev-parse --git-dir && which git'
% root)
_in_git = (ret != 0)
_in_git = (ret == 0)

if not _in_git:

Expand Down

0 comments on commit d25282d

Please sign in to comment.