Skip to content

Commit

Permalink
Merge pull request #29 from querti/pulp-args-non-mandatory
Browse files Browse the repository at this point in the history
Make Pulp-related arguments non-mandatory
  • Loading branch information
querti committed Apr 22, 2021
2 parents a8f9d2a + 1e4b41c commit 8a7c06a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pubtools/iib/iib_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
("--pulp-url",): {
"group": "Pulp environment",
"help": "Pulp server URL",
"required": True,
"required": False,
"type": str,
},
("--pulp-user",): {
"group": "Pulp environment",
"help": "Pulp username",
"required": True,
"required": False,
"type": str,
},
("--pulp-password",): {
Expand Down

0 comments on commit 8a7c06a

Please sign in to comment.