mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-29 20:34:22 +01:00
Removed unused
This commit is contained in:
parent
8543c36ffb
commit
c0328c83a3
1 changed files with 0 additions and 2 deletions
|
@ -88,9 +88,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 = ''
|
||||
|
||||
sbo_script = Path(self.repos.repositories[repository][1], location, sbo, f'{sbo}.SlackBuild')
|
||||
# sbo_script = Path(self.repos.sbo_repo_path, location, sbo, f'{sbo}.SlackBuild')
|
||||
|
||||
if sbo_script.is_file():
|
||||
lines = self.read_file(sbo_script)
|
||||
|
|
Loading…
Add table
Reference in a new issue