We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bde13ba commit 3663772Copy full SHA for 3663772
1 file changed
protocol_gateway.py
@@ -242,6 +242,6 @@ def main():
242
args = parser.parse_args()
243
244
# If '--config' is provided, use it; otherwise, fall back to the positional or default.
245
- config_file = args.config if args.config else args.positional_config
+ args.config = args.config if args.config else args.positional_config
246
247
main()
0 commit comments