Skip to content
Snippets Groups Projects
Commit ce7dabe5 authored by Rodrigo Cortes Mejia's avatar Rodrigo Cortes Mejia
Browse files

Removed --config_dir option

parent 4c9c3e85
Branches 2-remove-config_dir-option-in-lpad_query-script
No related tags found
1 merge request!4Resolve "remove --config_dir option in lpad_query script"
......@@ -11,9 +11,6 @@ def query():
parser.add_argument('-o', '--output', choices=['json', 'yaml'],
default='json', type=lambda s: s.lower(),
help='Set output format: json or yaml.')
parser.add_argument('-c', '--config_dir',
help='path to configuration file (if -l unspecified)',
default=LAUNCHPAD_LOC)
parser.add_argument('-l', '--launchpad_file',
help='path to launchpad file', default=LAUNCHPAD_LOC)
parser.add_argument('-f', '--query_file', required=True,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment