mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-25 09:58:41 +01:00
Updated for docstring
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
02b3e4d7bf
commit
18595e6fef
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ class Utilities(Configs):
|
||||||
"""Get the branch name of the git repository.
|
"""Get the branch name of the git repository.
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
str: Branch name
|
str: Git branch name.
|
||||||
"""
|
"""
|
||||||
try:
|
try:
|
||||||
# Run the git command to get the current branch name
|
# Run the git command to get the current branch name
|
||||||
|
|
Loading…
Reference in a new issue