Skip to content

#495 Fix populate_inventory#916

Open
Jared Drayton (mo-jareddrayton) wants to merge 2 commits into
mainfrom
495-fix-populate_inventory-command
Open

#495 Fix populate_inventory#916
Jared Drayton (mo-jareddrayton) wants to merge 2 commits into
mainfrom
495-fix-populate_inventory-command

Conversation

@mo-jareddrayton
Copy link
Copy Markdown
Collaborator

Closes #495

Have tested on AZ-Mass and works as expected.

Shall I go ahead and obliterate any CREPP references Matthew Mizielinski (@matthew-mizielinski) ?

@matthew-mizielinski
Copy link
Copy Markdown
Collaborator

Closes #495

Have tested on AZ-Mass and works as expected.

Shall I go ahead and obliterate any CREPP references Matthew Mizielinski (Matthew Mizielinski (@matthew-mizielinski)) ?
Please do

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A couple of thoughts

Comment thread cdds/cdds/inventory/command_line.py Outdated
formatter_class=argparse.RawDescriptionHelpFormatter)
parser.add_argument(
'-i', '--root_inventory_dir', type=str, default=arguments.root_inventory_dir,
'-i', '--root_inventory_dir', type=str,
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if this is now a required argument rather than relying on defaults we should make it a required positional argument

Comment thread cdds/cdds/inventory/command_line.py
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix populate_inventory command

2 participants