1
0
mirror of https://github.com/projectatomic/atomic.git synced 2026-02-06 21:45:24 +01:00

Don't output Scanning, user knows that

This commit is contained in:
Dan Walsh
2015-11-23 08:22:35 -05:00
parent 4c344f38e7
commit 7ce96abdda

View File

@@ -472,7 +472,6 @@ class Atomic(object):
"use) and therefore cannot be scanned.\n"
.format(docker_obj))
sys.exit(1)
util.writeOut("\nScanning...\n")
bus = dbus.SystemBus()
try:
oscap_d = bus.get_object(BUS_NAME, OBJECT_PATH)