f
This commit is contained in:
@@ -1753,10 +1753,7 @@ def _run(result: Any, args: Sequence[str], config: Dict[str, Any]) -> int:
|
||||
storage = Store(config)
|
||||
backend = storage[store_name]
|
||||
current, source = backend.get_tag(file_hash, config=config)
|
||||
|
||||
if not current:
|
||||
log("No tags found", file=sys.stderr)
|
||||
return 1
|
||||
current = list(current or [])
|
||||
|
||||
service_name = ""
|
||||
except KeyError:
|
||||
|
||||
Reference in New Issue
Block a user