Skip to content

Commit 3663772

Browse files
committed
Update protocol_gateway.py
1 parent bde13ba commit 3663772

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

protocol_gateway.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,6 @@ def main():
242242
args = parser.parse_args()
243243

244244
# 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
245+
args.config = args.config if args.config else args.positional_config
246246

247247
main()

0 commit comments

Comments
 (0)