mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-25 17:27:01 +00:00
Remove output.
This commit is contained in:
@@ -439,7 +439,6 @@ class OnlPackage(object):
|
||||
onlu.execute(command)
|
||||
|
||||
# Grab the package from the workdir. There can be only one.
|
||||
sys.stdout.write(workdir)
|
||||
files = glob.glob(os.path.join(workdir, '*.deb'))
|
||||
if len(files) == 0:
|
||||
raise OnlPackageError("No debian package.")
|
||||
|
||||
Reference in New Issue
Block a user