Fix code style

This commit is contained in:
Dimitris Zlatanidis 2015-10-22 00:44:53 +03:00
parent 6fd51155d3
commit 0f0a123ba2

View file

@ -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="):