Deleted unnecessary check

This commit is contained in:
Alberto Soutullo 2023-03-04 20:57:46 +01:00 committed by Alberto Soutullo Rendo
parent 523020c588
commit 112ed64d40
1 changed files with 0 additions and 4 deletions

View File

@ -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')