mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 06:52:56 +00:00
Do not hardcode owner of the image (#1769)
* Do not hardcode owner of the image * Fix
This commit is contained in:
@@ -41,7 +41,11 @@ if __name__ == "__main__":
|
||||
required=True,
|
||||
help="Short image name to run test on",
|
||||
)
|
||||
arg_parser.add_argument("--owner", default="jupyter", help="Owner of the image")
|
||||
arg_parser.add_argument(
|
||||
"--owner",
|
||||
required=True,
|
||||
help="Owner of the image",
|
||||
)
|
||||
|
||||
args = arg_parser.parse_args()
|
||||
|
||||
|
Reference in New Issue
Block a user