🚧 WIP new location system
TODO - Locations contain the schema key - Schema key overriden at location resolve - No need for callable candidates, but need to represent "this location's key"
This commit is contained in:
@@ -114,7 +114,7 @@ class Importer:
|
||||
source, *_rest = data
|
||||
|
||||
# Early exit if not installed
|
||||
if not source.is_installed:
|
||||
if not source.is_available:
|
||||
logging.info("Source %s skipped, not installed", source.id)
|
||||
return
|
||||
logging.info("Scanning source %s", source.id)
|
||||
|
||||
Reference in New Issue
Block a user