From ce7dabe501ef6f2a836ceee526553918402bc550 Mon Sep 17 00:00:00 2001 From: "rodrigo.mejia" <rodrigo.mejia@kit.edu> Date: Thu, 29 Jun 2023 18:43:36 +0200 Subject: [PATCH] Removed --config_dir option --- lib/lpad_query.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/lpad_query.py b/lib/lpad_query.py index 17c3757..9abdfe1 100644 --- a/lib/lpad_query.py +++ b/lib/lpad_query.py @@ -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, -- GitLab