modified: scripts/generic-package-manager.py
All checks were successful
/ build-docker-image (push) Successful in 8s
All checks were successful
/ build-docker-image (push) Successful in 8s
This commit is contained in:
@@ -23,7 +23,7 @@ def validate_args(missing_a_example, missing_b_example):
|
|||||||
if not arg_a:
|
if not arg_a:
|
||||||
print (missing_a_example)
|
print (missing_a_example)
|
||||||
exit
|
exit
|
||||||
if not missing_b_example and not arg_b:
|
if missing_b_example and not arg_b:
|
||||||
print (missing_b_example)
|
print (missing_b_example)
|
||||||
exit
|
exit
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user