Show More
@@ -464,8 +464,8 b' def repo2db_mapper(initial_repo_list, re' | |||||
464 | # system, this will register all repos and multiple instances |
|
464 | # system, this will register all repos and multiple instances | |
465 | key, _prefix, _org_key = CacheInvalidation._get_key(name) |
|
465 | key, _prefix, _org_key = CacheInvalidation._get_key(name) | |
466 | CacheInvalidation.invalidate(name) |
|
466 | CacheInvalidation.invalidate(name) | |
467 |
log.debug("Creating a cache key for %s instance_id |
|
467 | log.debug("Creating a cache key for %s, instance_id %s" | |
468 |
% (name, _prefix or ' |
|
468 | % (name, _prefix or 'unknown')) | |
469 |
|
469 | |||
470 | sa.commit() |
|
470 | sa.commit() | |
471 | removed = [] |
|
471 | removed = [] |
General Comments 0
You need to be logged in to leave comments.
Login now