Skip to content

Commit

Permalink
fixed _CONFIG_FILE (#25241)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nivedit Jain authored Jul 18, 2022
1 parent a15d3c3 commit c37ce1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/quickstart_tooling_dpg/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
_TEMPLATE_TESTS = Path(__file__).resolve().parent / "template_tests"
_TEMPLATE_SAMPLES = Path(__file__).resolve().parent / "template_samples"
_TEMPLATE_CI = Path(__file__).resolve().parent / "template_ci"
_CONFIG_FILE = Path(__file__).resolve() / "../../../swagger_to_sdk_config_dpg.json"
_CONFIG_FILE = Path(__file__).resolve().parent / "../../swagger_to_sdk_config_dpg.json"


def check_parameters(
Expand Down

0 comments on commit c37ce1d

Please sign in to comment.