From bbcea759fa60faf36e29711844783729b03231c3 Mon Sep 17 00:00:00 2001 From: Laura Mendoza Date: Wed, 4 Dec 2019 11:30:46 +0100 Subject: [PATCH] [qf] update version was being appended twice the tofu sub path --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5f45f94c0..8119e5b5c 100644 --- a/setup.py +++ b/setup.py @@ -186,7 +186,7 @@ def get_version_tofu(path=_HERE): .decode() ) if git_branch in ["master"]: - version_tofu = updateversion(os.path.join(path, "tofu")) + version_tofu = updateversion() else: isgit = False except Exception: