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

No need to ping. NoDockerDaemon exception is already raised.

Signed-off-by: Shishir Mahajan <shishir.mahajan@redhat.com>

Closes: #915
Approved by: rhatdan
This commit is contained in:
Shishir Mahajan
2017-02-27 10:32:56 -05:00
committed by Atomic Bot
parent 4e447bec32
commit b4d87da22b

View File

@@ -268,7 +268,6 @@ class Storage(Atomic):
raise NoDockerDaemon()
def Import(self):
self.ping()
try:
import_docker(self.graphdir, self.args.import_location, self.args.assumeyes)
except requests.exceptions.ConnectionError: