mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-27 09:58:10 +01:00
Fix code style
This commit is contained in:
parent
6fd51155d3
commit
0f0a123ba2
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class BuildNumber(object):
|
|||
self.sbo_url, self.pkg)).reading()
|
||||
else:
|
||||
SlackBuild = Utils().read_file("{0}{1}/{2}.SlackBuild".format(
|
||||
self.meta.build_path, self.pkg, self.pkg))
|
||||
self.meta.build_path, self.pkg, self.pkg))
|
||||
for line in SlackBuild.splitlines():
|
||||
line = line.lstrip()
|
||||
if line.startswith("BUILD="):
|
||||
|
|
Loading…
Reference in a new issue