mirror of https://github.com/vacp2p/wakurtosis.git
Deleted unnecessary check
This commit is contained in:
parent
523020c588
commit
112ed64d40
|
@ -27,10 +27,6 @@ def load_topology(topology_file):
|
|||
wls_logger.G_LOGGER.error('%s: %s' % (e.__doc__, e))
|
||||
sys.exit()
|
||||
|
||||
if len(topology) == 0:
|
||||
wls_logger.G_LOGGER.error('Cannot find valid topology. Aborting.')
|
||||
sys.exit(1)
|
||||
|
||||
wls_logger.G_LOGGER.debug(topology)
|
||||
wls_logger.G_LOGGER.info('Topology loaded')
|
||||
|
||||
|
|
Loading…
Reference in New Issue