From 212d6c578f4e3c4343d3da8dd037dce56f14d0f3 Mon Sep 17 00:00:00 2001 From: user Date: Sun, 7 Sep 2025 20:04:41 -0400 Subject: [PATCH] modification succesfull --- common.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common.py b/common.py index a9e4d83..580a7f7 100644 --- a/common.py +++ b/common.py @@ -54,5 +54,4 @@ def git_remotes(path): try: return re.search('^\w+\s+(.+)\s\(fetch\)$', r.decode("utf-8")).group(1) except AttributeError: - return None - return None + return Nonehj return None