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:
committed by
Atomic Bot
parent
4e447bec32
commit
b4d87da22b
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user