Updated for docstring

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2024-09-23 23:04:10 +03:00
parent 02b3e4d7bf
commit 18595e6fef

View file

@ -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