mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +01:00
bugfix
This commit is contained in:
parent
9be1186601
commit
e96904438b
1 changed files with 2 additions and 2 deletions
|
|
@ -126,9 +126,9 @@ class VCSAPI:
|
|||
|
||||
output = self('show_remotes')
|
||||
if output.strip() == "":
|
||||
return False
|
||||
return None
|
||||
else:
|
||||
return True
|
||||
return output.strip()
|
||||
except Exception:
|
||||
return None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue