We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0df4fb1 commit 13a6dd0Copy full SHA for 13a6dd0
commitizen/commands/init.py
@@ -35,7 +35,6 @@ def __call__(self):
35
out.info("cz bump --changelog")
36
out.success("The configuration are all set.")
37
else:
38
- # TODO: handle the case that config file exist but no value
39
out.line(f"Config file {self.config.path} already exists")
40
41
def _ask_config_path(self) -> str:
0 commit comments