We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c5b7f3 commit 2578b89Copy full SHA for 2578b89
client/python/generate_clients.py
@@ -361,9 +361,6 @@ def main():
361
else:
362
logging.basicConfig(level=logging.INFO, format="%(message)s")
363
364
- if os.environ.get("POLARIS_CLI_SKIP_CLIENT_GENERATION", "false").lower() == "true":
365
- logger.info("POLARIS_CLI_SKIP_CLIENT_GENERATION is set to true, skipping client generation.")
366
- return
367
build()
368
369
0 commit comments