Add --enable-custom to load custom gadget meta

This commit is contained in:
Ben Jackson 2020-01-22 22:36:55 +00:00
commit be32a0a1a8
2 changed files with 102 additions and 55 deletions

View file

@ -98,7 +98,7 @@ class DebugSession( object ):
filetypes ):
self._logger.debug( f'Reading configurations from: {launch_config_file}' )
if not launch_config_file or not os.path.exists( launch_config_file ):
continue
continue
with open( launch_config_file, 'r' ) as f:
database = json.load( f )