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 3933663 commit 8178b9fCopy full SHA for 8178b9f
.generator/cli.py
@@ -91,7 +91,7 @@ def handle_build():
91
command = ["nox", "-s", nox_session]
92
result = subprocess.run(command, capture_output=True, text=True, check=True)
93
logger.info(result)
94
- logger.info("'build' command executed.")
+ logger.info("'build' command executed.")
95
96
97
if __name__ == "__main__":
0 commit comments