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

Merge pull request #227 from rhatdan/master

Don't output Scanning, user knows that
This commit is contained in:
Daniel J Walsh
2015-11-23 08:28:19 -05:00

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)