mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Remove debug code
This commit is contained in:
parent
86758b2dd5
commit
a3e9c18040
1 changed files with 0 additions and 1 deletions
|
@ -67,7 +67,6 @@ class AutoBuild(object):
|
||||||
print("\nslpkg: Error: SlackBuild archive.tar.gz not found\n")
|
print("\nslpkg: Error: SlackBuild archive.tar.gz not found\n")
|
||||||
raise SystemExit()
|
raise SystemExit()
|
||||||
for src in self.sources:
|
for src in self.sources:
|
||||||
print self.path + src
|
|
||||||
if not os.path.isfile(self.path + src):
|
if not os.path.isfile(self.path + src):
|
||||||
print("\nslpkg: Error: Source file '{0}' not found\n".format(
|
print("\nslpkg: Error: Source file '{0}' not found\n".format(
|
||||||
src))
|
src))
|
||||||
|
|
Loading…
Add table
Reference in a new issue