We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 49a8828 + 787d1f7 commit 116422dCopy full SHA for 116422d
kcidev/subcommands/config.py
@@ -51,7 +51,6 @@ def add_config(fpath):
51
)
52
poetry_example_configuration = os.path.normpath(poetry_example_configuration)
53
if os.path.isfile(poetry_example_configuration):
54
- kci_msg("here1")
55
config = True
56
if not os.path.exists(dpath) and dpath != "":
57
# copy config
@@ -64,7 +63,6 @@ def add_config(fpath):
64
63
65
pypi_example_configuration = os.path.normpath(pypi_example_configuration)
66
if os.path.isfile(pypi_example_configuration):
67
- kci_msg("here2")
68
69
70
0 commit comments