From 548d8158a52302e49efe7d013b966606b5c7a2bb Mon Sep 17 00:00:00 2001 From: Muhammad Bilal Sakhawat Date: Tue, 3 Aug 2021 12:42:41 +0500 Subject: [PATCH] fix a typo arch_test.py --- riscof/arch_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/riscof/arch_test.py b/riscof/arch_test.py index 83f97f8..20017be 100644 --- a/riscof/arch_test.py +++ b/riscof/arch_test.py @@ -21,7 +21,7 @@ def get_version(path): tags = repo.tags remote = repo.remote() url = remote.url - if (tags) and (url==constants.https_url or url == ssh_url): + if (tags) and (url==constants.https_url or url == constants.ssh_url): ver_dict['commit'] = str(commit) for tag in tags: if tag.commit == commit: