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