Fix showing only error messages.
This commit is contained in:
@@ -48,9 +48,11 @@ def tags(
|
||||
"""
|
||||
if namespace is None:
|
||||
console.print(f"[red b][ERROR] Please, give the namespace name!!![/]")
|
||||
return
|
||||
|
||||
if namespace is None:
|
||||
console.print(f"[red b][ERROR] Please, give the repository name!!![/]")
|
||||
return
|
||||
|
||||
headers_config = HeadersConfig()
|
||||
fetcher = ApiFetcher(headers_config)
|
||||
|
||||
@@ -42,6 +42,7 @@ def all(
|
||||
"""
|
||||
if namespace is None:
|
||||
console.print(f"[red b][ERROR] Please, give the namespace name!!![/]")
|
||||
return
|
||||
|
||||
headers_config = HeadersConfig()
|
||||
fetcher = ApiFetcher(headers_config)
|
||||
|
||||
Reference in New Issue
Block a user