mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-05 08:46:20 +01:00
Updated for str type
This commit is contained in:
parent
381b6fedeb
commit
78395a8d71
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ class Utilities(Configs):
|
|||
|
||||
def read_slackbuild_build_tag(self, sbo: str, location: str, repository: str) -> str:
|
||||
""" Returns build tag from .SlackBuild file. """
|
||||
build: str = ''
|
||||
build: str = str()
|
||||
sbo_script = Path(self.repos.repositories[repository]['path'], location, sbo, f'{sbo}.SlackBuild')
|
||||
|
||||
if sbo_script.is_file():
|
||||
|
|
Loading…
Add table
Reference in a new issue